修复财务列表分页
This commit is contained in:
@ -64,7 +64,8 @@ Page({
|
|||||||
completed,
|
completed,
|
||||||
loadStatus: completed ? 3 : 1,
|
loadStatus: completed ? 3 : 1,
|
||||||
total: resp.total,
|
total: resp.total,
|
||||||
list: resp.rows,
|
// @ts-ignore
|
||||||
|
list: [...this.data.list,...resp.rows],
|
||||||
});
|
});
|
||||||
if (!completed) {
|
if (!completed) {
|
||||||
this.setData({
|
this.setData({
|
||||||
|
Reference in New Issue
Block a user