网格管理
This commit is contained in:
@@ -85,7 +85,7 @@ export default {
|
||||
this.isGirdUser()
|
||||
uni.$on('goback', (res) => {
|
||||
this.girdMsgList = res
|
||||
this.getGirdUserList()
|
||||
this.getList()
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
@@ -107,7 +107,7 @@ export default {
|
||||
},
|
||||
|
||||
getList() {
|
||||
this.$http.post(`/app/appgirdmemberinfo/girdMemberAndResidentStatistic?girdId=${this.girdUser.girdId}`).then((res) => {
|
||||
this.$http.post(`/app/appgirdmemberinfo/girdMemberAndResidentStatistic?girdId=${this.girdMsgList.girdId}`).then((res) => {
|
||||
if (res.code == 0) {
|
||||
this.peopleList = res.data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user