|
@@ -633,7 +633,7 @@ export default {
|
|
dataContent: arr,
|
|
dataContent: arr,
|
|
});
|
|
});
|
|
if (code == 0) {
|
|
if (code == 0) {
|
|
- this.infoArr = returnData.listValues;
|
|
|
|
|
|
+ this.infoArr.push(...returnData.listValues);
|
|
this.tableCols = returnData.columnSet;
|
|
this.tableCols = returnData.columnSet;
|
|
this.tableColsCopy = this.tableCols.filter((item) => item.needShow);
|
|
this.tableColsCopy = this.tableCols.filter((item) => item.needShow);
|
|
} else {
|
|
} else {
|