责任家庭 网格id
This commit is contained in:
@@ -56,7 +56,8 @@ export default {
|
||||
userList: {},
|
||||
userId: '',
|
||||
areaId: '',
|
||||
areaName:''
|
||||
areaName:'',
|
||||
girdId: ''
|
||||
}
|
||||
},
|
||||
computed: { ...mapState(['user']) },
|
||||
@@ -88,7 +89,8 @@ export default {
|
||||
var info = {
|
||||
girdMemberId: this.userId,
|
||||
residentId: item.id,
|
||||
name: item.name
|
||||
name: item.name,
|
||||
girdId: this.girdId
|
||||
}
|
||||
checkUserList.push(info)
|
||||
}
|
||||
@@ -117,6 +119,7 @@ export default {
|
||||
this.userId = option.id
|
||||
this.areaId = this.user.areaId
|
||||
this.areaName = this.user.areaName
|
||||
this.girdId = option.girdId
|
||||
},
|
||||
onShow() {
|
||||
document.title = '新增责任家庭'
|
||||
|
||||
Reference in New Issue
Block a user