Преглед на файлове

修复门禁无法打开问题

wangtao преди 2 седмици
родител
ревизия
264b444cfe
променени са 1 файла, в които са добавени 0 реда и са изтрити 6 реда
  1. 0 6
      src/store/modules/control.js

+ 0 - 6
src/store/modules/control.js

@@ -257,12 +257,6 @@ const controlStore = defineStore("control", {
          */
         openDoor(event) {
             var that = this
-
-            if (!this.form.doorList.name) {
-                modal.msg("请先绑定门禁!");
-                return;
-            }
-
             if (this.isClicked) {
                 modal.msg("请勿重复点击!");
                 return;