bug
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
{{userGird.girdName}}
|
{{userGird.girdName}}
|
||||||
<img src="./components/img/down-icon.png" alt="" class="down-icon">
|
<img src="./components/img/down-icon.png" alt="" class="down-icon">
|
||||||
</div>
|
</div>
|
||||||
<span @click="linkTo('./SetGird')" v-if="checkType == 2">网格配置</span>
|
<span @click="linkTo('./SetGird')">网格配置</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="title">网格人员</div>
|
<div class="title">网格人员</div>
|
||||||
<div class="user-content" v-for="(item, index) in dataInfo.parentGirdMembers" :key="index">
|
<div class="user-content" v-for="(item, index) in dataInfo.parentGirdMembers" :key="index">
|
||||||
|
|||||||
@@ -100,9 +100,10 @@ export default {
|
|||||||
this.girdUser = res.data
|
this.girdUser = res.data
|
||||||
this.checkType = res.data.checkType
|
this.checkType = res.data.checkType
|
||||||
if (this.girdUser.checkType != '0') {
|
if (this.girdUser.checkType != '0') {
|
||||||
this.getList()
|
|
||||||
if (this.girdUser.appGirdInfo) {
|
if (this.girdUser.appGirdInfo) {
|
||||||
this.girdMsgList = this.girdUser.appGirdInfo
|
this.girdMsgList = this.girdUser.appGirdInfo
|
||||||
|
this.getList()
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.$u.toast('当前人员不是网格员或网格管理员')
|
this.$u.toast('当前人员不是网格员或网格管理员')
|
||||||
@@ -112,7 +113,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
getList() {
|
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) {
|
if (res.code == 0) {
|
||||||
this.peopleList = res.data
|
this.peopleList = res.data
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user