网格管理
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
<AiEmpty description="暂无数据" class="emptyWrap" v-else></AiEmpty>
|
||||
</div>
|
||||
</div>
|
||||
<div style="padding-bottom: 70px;background:#f5f5f5;"></div>
|
||||
<div class="subBtn" @click="submit">
|
||||
<div>确定选择</div>
|
||||
</div>
|
||||
@@ -161,7 +162,6 @@ export default {
|
||||
}
|
||||
|
||||
.header-middle {
|
||||
padding-bottom: 140px;
|
||||
.hint {
|
||||
padding: 28px 20px 28px 32px;
|
||||
line-height: 56px;
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<AiEmpty description="暂无数据" class="emptyWrap" v-else></AiEmpty>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="padding-bottom: 70px;background:#f5f5f5;"></div>
|
||||
<div class="subBtn" @click="submit">
|
||||
<div>确定选择</div>
|
||||
</div>
|
||||
@@ -109,7 +109,6 @@ export default {
|
||||
}
|
||||
|
||||
.header-middle {
|
||||
padding-bottom: 140px;
|
||||
.hint {
|
||||
padding: 28px 20px 28px 32px;
|
||||
line-height: 56px;
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<AiEmpty description="暂无数据" class="emptyWrap" v-else></AiEmpty>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="padding-bottom: 70px;background:#f5f5f5;"></div>
|
||||
<div class="subBtn" @click="toAddGird">
|
||||
<div>添加网格</div>
|
||||
</div>
|
||||
@@ -224,7 +224,6 @@ export default {
|
||||
}
|
||||
|
||||
.header-middle {
|
||||
padding-bottom: 140px;
|
||||
.hint {
|
||||
padding: 28px 20px 28px 32px;
|
||||
line-height: 56px;
|
||||
|
||||
@@ -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