liuzhihui 2 jaren geleden
bovenliggende
commit
00676766e2

+ 6 - 1
CallCenterWeb.UI/RMYYAPP/pages/myTask/consultList/consultDetail/appointmentDeal/appointmentDeal.vue

@@ -127,8 +127,13 @@
127 127
 		},
128 128
 		methods: {
129 129
 			deptNodeclick(e) {				
130
-				if(e) {					
130
+				if(e) {
131
+					console.log(e)
131 132
 					this.vehicleDetpid =  e.value
133
+					if(e.hasChild == 1){
134
+						this.vehicleDetpid =  ''
135
+						return
136
+					}
132 137
 					pageData.getApplicant(e.value.split('_')[1], (res,data,candidates) => {
133 138
 						this.candidates = candidates
134 139
 						this.ApplicantData = res