Browse Source

(2)指派:根据选择的责任科室,直接设置到工单的责任科室中

seimin 10 months ago
parent
commit
02c6986907
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pages/changeUser/changeUser.vue

+ 2 - 0
pages/changeUser/changeUser.vue

@@ -514,6 +514,8 @@
514 514
       postData.incident.candidateGroups = dataInfo.groupId;
515 515
     }
516 516
     
517
+    postData.incident.duty = { id: dataInfo.dutyId };
518
+    
517 519
     api_incidentTask(dataInfo.tabActiveValue, postData).then(res => {
518 520
       uni.hideLoading();
519 521
       if(res.state == 200){