this.$hideLoading()
This commit is contained in:
@@ -147,22 +147,11 @@ export default {
|
||||
},
|
||||
|
||||
getUserList() {
|
||||
uni.showLoading({
|
||||
title: '加载数据中',
|
||||
this.$http.post(`/app/appepidemicreportmember/statistic?areaId=${this.areaId}`).then((res) => {
|
||||
if (res.code == 0) {
|
||||
this.userList = res.data
|
||||
}
|
||||
})
|
||||
this.$http
|
||||
.post(`/app/appepidemicreportmember/statistic?areaId=${this.areaId}`)
|
||||
.then((res) => {
|
||||
if (res.code == 0) {
|
||||
this.userList = res.data
|
||||
uni.hideLoading()
|
||||
} else {
|
||||
uni.hideLoading()
|
||||
}
|
||||
})
|
||||
.catch(() => {
|
||||
uni.hideLoading()
|
||||
})
|
||||
},
|
||||
|
||||
goDetail(item) {
|
||||
|
||||
Reference in New Issue
Block a user