liuzhihui лет назад: 2
Родитель
Сommit
890bf19a4f
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      CallCenterWeb.UI/RMYYAPP/pages/myTask/repairList/repairList.vue

+ 5 - 0
CallCenterWeb.UI/RMYYAPP/pages/myTask/repairList/repairList.vue

263
 						this.jinjiText = res.jinji
263
 						this.jinjiText = res.jinji
264
 						this.cuidanText = res.cuidan
264
 						this.cuidanText = res.cuidan
265
 						this.fanxiuText = res.fanxiu
265
 						this.fanxiuText = res.fanxiu
266
+						if(this.paramsData.state == 3){
267
+							this.jinjiText = ''
268
+							this.cuidanText = ''
269
+							this.fanxiuText = ''
270
+						}
266
 
271
 
267
 					}
272
 					}
268
 				})
273
 				})