This commit is contained in:
liuye
2023-08-28 08:48:18 +08:00
parent 5139f883e4
commit 9e68b82130
2 changed files with 5 additions and 2 deletions

View File

@@ -77,7 +77,10 @@ export default {
onShow() {
document.title = '事件编辑'
uni.$on('chooseLat', res => {
console.log(res)
this.forms.mapInfo = {...res}
console.log(this.forms)
this.$forceUpdate()
})
},
methods: {