Browse Source

PSSR锁开锁关阀门状态警告框bugfix

wangggziwen 6 months ago
parent
commit
6d27479e56
1 changed files with 3 additions and 3 deletions
  1. 3 3
      ui/src/views/pssr/lock/index.vue

+ 3 - 3
ui/src/views/pssr/lock/index.vue

@@ -715,9 +715,9 @@ export default {
               this.msgSuccess("新增成功");
               this.open = false;
               this.getList();
-              if (response.msg != "") {
-                this.$alert(response.msg, "警告", {dangerouslyUseHTMLString: true});
-              }
+              // if (response.msg != "") {
+              //   this.$alert(response.msg, "警告", {dangerouslyUseHTMLString: true});
+              // }
             });
           }
         }