刘翔宇-旅管家 3 years ago
parent fc16d12271
commit 10a673bd77

@ -584,7 +584,7 @@
this.pictures = [] this.pictures = []
this.getMerchants() this.getMerchants()
this.getLabels("label") this.getLabels("label")
this.getLabels("area") this.getLabels("area")
this.loadService() this.loadService()
if (this.type === 'editor') { if (this.type === 'editor') {
this.getDetail() this.getDetail()
@ -596,11 +596,12 @@
this.$refs['dialog'].reset() this.$refs['dialog'].reset()
this.$refs['tinymce'].setContent(' ') this.$refs['tinymce'].setContent(' ')
} }
this.map = {}
}, },
map(newVal) { map(newVal) {
this.form.lng = newVal[0] this.form.lng = newVal[0]
this.form.lat = newVal[1] this.form.lat = newVal[1]
this.form.address = newVal[2] //this.form.address = newVal[2]
} }
} }
} }

Loading…
Cancel
Save