|
@@ -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(),
|