Selaa lähdekoodia

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

seimin 2 kuukautta sitten
vanhempi
commit
fe877e1600
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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){