Browse Source

Merge branch 'new-itsm-wx-handle' into develop

seimin 5 days ago
parent
commit
fe877e1600
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/changeUser/changeUser.vue

+ 1 - 1
pages/changeUser/changeUser.vue

@@ -590,7 +590,7 @@
590 590
     }
591 591
 
592 592
     postData.incident.duty = { id: dataInfo.dutyId };
593
-		postData.incident.hosId = dataInfo.branchId
593
+		// postData.incident.hosId = dataInfo.branchId
594 594
     api_incidentTask(dataInfo.tabActiveValue, postData).then(res => {
595 595
       uni.hideLoading();
596 596
       if(res.state == 200){