26779
This commit is contained in:
@@ -60,7 +60,7 @@ export default {
|
|||||||
item.isChecked = false
|
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.userList.map((item) => {
|
||||||
this.selectUserList.map((e) => {
|
this.selectUserList.map((e) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user