chenrui  %!s(int64=2) %!d(string=hai) anos
pai
achega
2f25021532
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/systemSettings/views/warningSet/warningEdit.vue

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