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] } } }