Browse Source

服务对接

LuChongMei 10 giờ trước cách đây
mục cha
commit
f2f537c73e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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) {