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

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

Loading…
Cancel
Save