BUG 27629
This commit is contained in:
@@ -133,8 +133,7 @@ export default {
|
||||
if (this.current > res.data.pages) {
|
||||
return
|
||||
}
|
||||
const records = this.current > 1 ? [...this.list, ...res.data.records] : res.data.records;
|
||||
this.list = records
|
||||
this.list = this.current > 1 ? [...this.list, ...res.data.records] : res.data.records
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user