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