|
@@ -1842,7 +1842,7 @@ export class FuwutaiComponent implements OnInit {
|
1842
|
1842
|
idx: 0,
|
1843
|
1843
|
sum: 1,
|
1844
|
1844
|
incident: {
|
1845
|
|
- "groupIds": this.itsmData.allDuty == 1 ? undefined : (this.itsmData.scopeGroups.map(v => v.id).toString() || undefined),
|
|
1845
|
+ // "groupIds": this.itsmData.allDuty == 1 ? undefined : (this.itsmData.scopeGroups.map(v => v.id).toString() || undefined),
|
1846
|
1846
|
"dutyIds": this.itsmData.allDuty == 1 ? undefined : (this.itsmData.checkedHos.map(v => v.id).toString() || undefined),
|
1847
|
1847
|
"urgentType": +this.itsmData.orderScopeRadio + 1,
|
1848
|
1848
|
"queryTask": "callback",
|
|
@@ -1940,7 +1940,7 @@ export class FuwutaiComponent implements OnInit {
|
1940
|
1940
|
}
|
1941
|
1941
|
if(stateId == 1){
|
1942
|
1942
|
postData.incidentQuery.incident = {
|
1943
|
|
- "groupIds": this.itsmData.allDuty == 1 ? undefined : (this.itsmData.scopeGroups.map(v => v.id).toString() || undefined),
|
|
1943
|
+ // "groupIds": this.itsmData.allDuty == 1 ? undefined : (this.itsmData.scopeGroups.map(v => v.id).toString() || undefined),
|
1944
|
1944
|
"dutyIds": this.itsmData.allDuty == 1 ? undefined : (this.itsmData.checkedHos.map(v => v.id).toString() || undefined),
|
1945
|
1945
|
"urgentType": +this.itsmData.orderScopeRadio + 1,
|
1946
|
1946
|
"queryTask": "storageAccept",
|
|
@@ -1949,7 +1949,7 @@ export class FuwutaiComponent implements OnInit {
|
1949
|
1949
|
}
|
1950
|
1950
|
}else if(stateId == 2){
|
1951
|
1951
|
postData.incidentQuery.incident = {
|
1952
|
|
- "groupIds": this.itsmData.allDuty == 1 ? undefined : (this.itsmData.scopeGroups.map(v => v.id).toString() || undefined),
|
|
1952
|
+ // "groupIds": this.itsmData.allDuty == 1 ? undefined : (this.itsmData.scopeGroups.map(v => v.id).toString() || undefined),
|
1953
|
1953
|
"dutyIds": this.itsmData.allDuty == 1 ? undefined : (this.itsmData.checkedHos.map(v => v.id).toString() || undefined),
|
1954
|
1954
|
"urgentType": +this.itsmData.orderScopeRadio + 1,
|
1955
|
1955
|
"queryTask": "todoReassign",
|
|
@@ -1957,7 +1957,7 @@ export class FuwutaiComponent implements OnInit {
|
1957
|
1957
|
}
|
1958
|
1958
|
}else if(stateId == 3){
|
1959
|
1959
|
postData.incidentQuery.incident = {
|
1960
|
|
- "groupIds": this.itsmData.allDuty == 1 ? undefined : (this.itsmData.scopeGroups.map(v => v.id).toString() || undefined),
|
|
1960
|
+ // "groupIds": this.itsmData.allDuty == 1 ? undefined : (this.itsmData.scopeGroups.map(v => v.id).toString() || undefined),
|
1961
|
1961
|
"dutyIds": this.itsmData.allDuty == 1 ? undefined : (this.itsmData.checkedHos.map(v => v.id).toString() || undefined),
|
1962
|
1962
|
"urgentType": +this.itsmData.orderScopeRadio + 1,
|
1963
|
1963
|
"queryTask": "doing",
|