特殊人群

This commit is contained in:
liuye
2022-02-10 10:34:30 +08:00
parent 4994568bfa
commit 23189f56b6
2 changed files with 34 additions and 27 deletions

View File

@@ -109,7 +109,6 @@ export default {
res.data.records.map((item) => {
item.isChecked = false
})
uni.hideLoading()
this.userList = this.current > 1 ? [...this.userList, ...res.data.records] : res.data.records
}
})