Sfoglia il codice sorgente

Merge branch 'wangtao-daily' of uskycloud/usky-web-mobile into master

gez 2 settimane fa
parent
commit
8e479cecc1
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  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;