From 10a673bd776e0926b695ee122df85e1130312f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?= <153298343@qq.com> Date: Fri, 14 Oct 2022 12:02:16 +0800 Subject: [PATCH] up --- .../components/confinement/addConfinementClub.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/productService/components/confinement/addConfinementClub.vue b/src/views/productService/components/confinement/addConfinementClub.vue index 37d0b68..e48f839 100644 --- a/src/views/productService/components/confinement/addConfinementClub.vue +++ b/src/views/productService/components/confinement/addConfinementClub.vue @@ -584,7 +584,7 @@ this.pictures = [] this.getMerchants() this.getLabels("label") - this.getLabels("area") + this.getLabels("area") this.loadService() if (this.type === 'editor') { this.getDetail() @@ -596,11 +596,12 @@ this.$refs['dialog'].reset() this.$refs['tinymce'].setContent(' ') } + this.map = {} }, map(newVal) { this.form.lng = newVal[0] this.form.lat = newVal[1] - this.form.address = newVal[2] + //this.form.address = newVal[2] } } }