bug
This commit is contained in:
@@ -100,9 +100,10 @@ export default {
|
||||
this.girdUser = res.data
|
||||
this.checkType = res.data.checkType
|
||||
if (this.girdUser.checkType != '0') {
|
||||
this.getList()
|
||||
|
||||
if (this.girdUser.appGirdInfo) {
|
||||
this.girdMsgList = this.girdUser.appGirdInfo
|
||||
this.getList()
|
||||
}
|
||||
} else {
|
||||
this.$u.toast('当前人员不是网格员或网格管理员')
|
||||
@@ -112,7 +113,7 @@ export default {
|
||||
},
|
||||
|
||||
getList() {
|
||||
this.$http.post(`/app/appgirdmemberinfo/girdMemberAndResidentStatistic?girdId=${this.girdMsgList.girdId}`).then((res) => {
|
||||
this.$http.post(`/app/appgirdmemberinfo/girdMemberAndResidentStatistic?girdId=${this.girdMsgList.id}`).then((res) => {
|
||||
if (res.code == 0) {
|
||||
this.peopleList = res.data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user