GP12报表分页优化

This commit is contained in:
2025-03-10 18:24:53 +08:00
parent 5717388e68
commit 81df92861e
3 changed files with 131 additions and 123 deletions

View File

@@ -291,8 +291,8 @@ export default {
GetReviseList(this.queryParams).then(res => {
if (res.code == 200) {
this.allDataList = res.data.list;
this.dataList = Object.freeze(res.data.pageList.map(item => Object.freeze(item)))
//this.allDataList = res.data.list;
this.dataList = res.data.pageList;
this.total = res.data.total;
this.statistics = res.data.statistics;
this.mergeTable(3);