GP12报表分页优化
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user