chenrui  2 жил өмнө
parent
commit
2f25021532

+ 1 - 1
src/views/systemSettings/views/warningSet/warningEdit.vue

@@ -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 {