@@ -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;