选择人员(带部门)

This commit is contained in:
liuye
2023-08-28 09:54:30 +08:00
parent 9e68b82130
commit 5d387363f1
6 changed files with 307 additions and 5 deletions

View File

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