liuzhihui лет назад: 2
Родитель
Сommit
8f3bb5614c

+ 1 - 1
CallCenterWeb.UI/RMYY/src/views/faultRepairManagement/repairList/index.vue

@@ -879,7 +879,7 @@
879 879
             this.deptUserArr = res.rows;
880 880
             if(this.dialogdept == true){//转基建默认第一个
881 881
               if(this.deptUserArr.length>0){
882
-                this.redeploydeptForm.ToUserCode = this.deptUserArr[0]
882
+                this.redeploydeptForm.ToUserCode = this.deptUserArr[0].usercode
883 883
               }
884 884
             }
885 885
           });

+ 1 - 1
CallCenterWeb.UI/RMYYAPP/pages/myTask/repairList/repairDetail/tranferDetail/tranferDetail.vue

@@ -155,7 +155,7 @@
155 155
 						if(this.state == 'trunWork'){
156 156
 							console.log(this.tranforPeopleList,'this.tranforPeopleList')
157 157
 							this.tranforPeopleName = this.getTextByCode(this.tranforPeopleList[0].value)
158
-							this.tranforPeople = this.tranforPeopleName
158
+							this.tranforPeople = this.tranforPeopleList[0].value
159 159
 						}
160 160
 					})
161 161
 				}