Quellcode durchsuchen

服务台工单列表参数修改

seimin vor 5 Monaten
Ursprung
Commit
359116fc6b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/app/views/fuwutai/fuwutai.component.ts

+ 1 - 1
src/app/views/fuwutai/fuwutai.component.ts

@@ -1955,7 +1955,7 @@ export class FuwutaiComponent implements OnInit {
1955 1955
       if(stateId == 1){
1956 1956
         postData.incidentQuery.incident = {
1957 1957
           // "groupIds": this.itsmData.allDuty == 1 ? undefined : (this.itsmData.scopeGroups.map(v => v.id).toString() || undefined),
1958
-          "dutyIds": this.itsmData.allDuty == 1 ? undefined : (this.itsmData.checkedHos.map(v => v.id).toString() || undefined),
1958
+          "acceptDutyIds": this.itsmData.allDuty == 1 ? undefined : (this.itsmData.checkedHos.map(v => v.id).toString() || undefined),
1959 1959
           "urgentType": +this.itsmData.orderScopeRadio + 1,
1960 1960
           "queryTask": "storageAccept",
1961 1961
           "assignee": this.tool.getCurrentUserId(),