解决待收款页面的分页bug
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
let param = Object.assign({}, this.queryParam, this.isorter);
|
||||
param.field = this.getQueryField();
|
||||
param.currentPage = this.ipagination.current;
|
||||
param.pageSize = this.ipagination.pageSize-1;
|
||||
param.pageSize = this.ipagination.pageSize;
|
||||
return param;
|
||||
},
|
||||
show(organType) {
|
||||
|
||||
Reference in New Issue
Block a user