Kaynağa Gözat

建单处理人处理组根据责任科室查询

seimin 11 ay önce
ebeveyn
işleme
494e02dce0
1 değiştirilmiş dosya ile 13 ekleme ve 11 silme
  1. 13 11
      pages/assign/assign.vue

+ 13 - 11
pages/assign/assign.vue

@@ -444,7 +444,8 @@
444 444
       "idx": 0,
445 445
       "sum": 9999,
446 446
       "group": {
447
-          "selectType": "nouser"
447
+        "duty": dataInfo.incidentData.duty || undefined,
448
+        "selectType": "nouser"
448 449
       }
449 450
     };
450 451
     api_group(postData).then(res => {
@@ -474,16 +475,17 @@
474 475
       "idx": 0,
475 476
       "sum": 9999,
476 477
       "user": {
477
-          "groupdata":{
478
-            "id": dataInfo.groupId,
479
-          },
480
-          "roledata": {
481
-              "rolecode": "first-line support"
482
-          },
483
-          "selectType": "1",
484
-          "selectDetails": 1,
485
-          "simple": true,
486
-          "engineer": 1
478
+        "duty": dataInfo.incidentData.duty || undefined,
479
+        "groupdata":{
480
+          "id": dataInfo.groupId,
481
+        },
482
+        "roledata": {
483
+            "rolecode": "first-line support"
484
+        },
485
+        "selectType": "1",
486
+        "selectDetails": 1,
487
+        "simple": true,
488
+        "engineer": 1,
487 489
       }
488 490
     };
489 491
     api_user(postData).then(res => {