合并工作台

This commit is contained in:
唐明明
2023-07-06 10:46:00 +08:00
52 changed files with 2705 additions and 363 deletions

View File

@@ -75,8 +75,6 @@
page : this.page.current
}).then(res => {
let { users, count } = res;
console.log(users)
let atList = users.page.current == 1 ? [] : this.users
this.count = count
this.users = atList.concat(users.data)