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 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){