删除分页
This commit is contained in:
@@ -66,11 +66,12 @@ export default {
|
||||
res.data.records.map(item => {
|
||||
item.isCheck = false
|
||||
})
|
||||
if (this.current > 1) {
|
||||
this.list = [...this.list, ...res.data.records]
|
||||
} else {
|
||||
this.list = res.data.records
|
||||
}
|
||||
this.list = res.data.records
|
||||
// if (this.current > 1) {
|
||||
// this.list = [...this.list, ...res.data.records]
|
||||
// } else {
|
||||
// this.list = res.data.records
|
||||
// }
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user