2 次代码提交 88bb11f717 ... f8ce814a11

作者 SHA1 备注 提交日期
  maotao f8ce814a11 Merge branch 'new-itsm-wx-handle' of http://git.dashitech.com/seimin/itsm-wx-handle into new-itsm-wx-handle 2 月之前
  maotao d383a56a1b 修复转派bug 2 月之前
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/changeUser/changeUser.vue

+ 1 - 1
pages/changeUser/changeUser.vue

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