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