网格管理

This commit is contained in:
liuye
2022-01-14 11:03:51 +08:00
parent 78c8bd01f8
commit 2c6fca4aaa
4 changed files with 5 additions and 7 deletions

View File

@@ -24,6 +24,7 @@
<AiEmpty description="暂无数据" class="emptyWrap" v-else></AiEmpty> <AiEmpty description="暂无数据" class="emptyWrap" v-else></AiEmpty>
</div> </div>
</div> </div>
<div style="padding-bottom: 70px;background:#f5f5f5;"></div>
<div class="subBtn" @click="submit"> <div class="subBtn" @click="submit">
<div>确定选择</div> <div>确定选择</div>
</div> </div>
@@ -161,7 +162,6 @@ export default {
} }
.header-middle { .header-middle {
padding-bottom: 140px;
.hint { .hint {
padding: 28px 20px 28px 32px; padding: 28px 20px 28px 32px;
line-height: 56px; line-height: 56px;

View File

@@ -25,7 +25,7 @@
<AiEmpty description="暂无数据" class="emptyWrap" v-else></AiEmpty> <AiEmpty description="暂无数据" class="emptyWrap" v-else></AiEmpty>
</div> </div>
</div> </div>
<div style="padding-bottom: 70px;background:#f5f5f5;"></div>
<div class="subBtn" @click="submit"> <div class="subBtn" @click="submit">
<div>确定选择</div> <div>确定选择</div>
</div> </div>
@@ -109,7 +109,6 @@ export default {
} }
.header-middle { .header-middle {
padding-bottom: 140px;
.hint { .hint {
padding: 28px 20px 28px 32px; padding: 28px 20px 28px 32px;
line-height: 56px; line-height: 56px;

View File

@@ -25,7 +25,7 @@
<AiEmpty description="暂无数据" class="emptyWrap" v-else></AiEmpty> <AiEmpty description="暂无数据" class="emptyWrap" v-else></AiEmpty>
</div> </div>
</div> </div>
<div style="padding-bottom: 70px;background:#f5f5f5;"></div>
<div class="subBtn" @click="toAddGird"> <div class="subBtn" @click="toAddGird">
<div>添加网格</div> <div>添加网格</div>
</div> </div>
@@ -224,7 +224,6 @@ export default {
} }
.header-middle { .header-middle {
padding-bottom: 140px;
.hint { .hint {
padding: 28px 20px 28px 32px; padding: 28px 20px 28px 32px;
line-height: 56px; line-height: 56px;

View File

@@ -85,7 +85,7 @@ export default {
this.isGirdUser() this.isGirdUser()
uni.$on('goback', (res) => { uni.$on('goback', (res) => {
this.girdMsgList = res this.girdMsgList = res
this.getGirdUserList() this.getList()
}) })
}, },
methods: { methods: {
@@ -107,7 +107,7 @@ export default {
}, },
getList() { 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) { if (res.code == 0) {
this.peopleList = res.data this.peopleList = res.data
} }