瀏覽代碼

服务台运维工单不根据组查询

seimin 7 月之前
父節點
當前提交
e50610964a
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/app/views/fuwutai/fuwutai.component.ts

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

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