新增事件上报自带所属网格
This commit is contained in:
@@ -76,6 +76,8 @@ export default {
|
|||||||
document.title = '事件添加'
|
document.title = '事件添加'
|
||||||
this.forms.name = this.user.name
|
this.forms.name = this.user.name
|
||||||
this.forms.phone = this.user.phone
|
this.forms.phone = this.user.phone
|
||||||
|
this.forms.girdId = this.user.girdId
|
||||||
|
this.forms.girdName = this.user.girdName
|
||||||
uni.$on('chooseLat', res => {
|
uni.$on('chooseLat', res => {
|
||||||
this.forms.mapInfo = {...res}
|
this.forms.mapInfo = {...res}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user