新增事件上报自带所属网格

This commit is contained in:
liuye
2023-05-12 10:21:03 +08:00
parent 07235603f8
commit 2af56f073b

View File

@@ -76,6 +76,8 @@ export default {
document.title = '事件添加'
this.forms.name = this.user.name
this.forms.phone = this.user.phone
this.forms.girdId = this.user.girdId
this.forms.girdName = this.user.girdName
uni.$on('chooseLat', res => {
this.forms.mapInfo = {...res}
})