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