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