chenrui  il y a 2 ans
Parent
commit
7e008ea3dc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/systemSettings/views/warningSet/warningEdit.vue

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

@@ -769,7 +769,7 @@ export default {
         });
         if (code == 0) {
           this.$message.success("操作成功");
-          this.warningArr = [];
+          this.infoArr = [];
           this.page = 1;
           this.UserWarning();
           this.flag = false;