云广播
This commit is contained in:
@@ -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()
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user