云广播

This commit is contained in:
liuye
2022-06-09 14:10:23 +08:00
parent 51fb3d0c6a
commit 164d1d1b0e
55 changed files with 13 additions and 5 deletions

View File

@@ -42,6 +42,7 @@ export default {
...mapState(['user', 'global']),
},
onLoad() {
this.$loading()
document.title = '居民信息管理'
this.getList()
this.areaId = this.user.areaId
@@ -58,6 +59,7 @@ export default {
this.data = [...this.data, ...res.data.records]
} else this.data = res.data.records
this.page1.total = res.data.total
uni.hideLoading()
}
})
},