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

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