3 Commits 92c4ddeb03 ... fe877e1600

Autor SHA1 Mensagem Data
  seimin fe877e1600 Merge branch 'new-itsm-wx-handle' into develop 5 dias atrás
  maotao f8ce814a11 Merge branch 'new-itsm-wx-handle' of http://git.dashitech.com/seimin/itsm-wx-handle into new-itsm-wx-handle 6 dias atrás
  maotao d383a56a1b 修复转派bug 6 dias atrás
1 arquivos alterados com 1 adições e 1 exclusões
  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){