LuChongMei il y a 13 heures
Parent
commit
f2f537c73e
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      jp-mobile/pages/service/addService.vue

+ 2 - 2
jp-mobile/pages/service/addService.vue

@@ -148,8 +148,8 @@
 			}
 			this.inputForm.qy = this.recover(this.inputForm.qy, data2.data[0])
 			this.inputForm.id = "";
-			// this.company = data2.data[0]
-			// this.companyName = data2.data[0].name
+			this.company = data2.data[0]
+			this.companyName = data2.data[0].name
 		},
 		methods: {
 			radioChange(e) {