This commit is contained in:
liuye
2022-01-14 17:38:20 +08:00
parent d1dc6e3b94
commit 8dcb0d5636

View File

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