Browse Source

fix: 窗帘弹窗全关

anxiaoxia 2 weeks ago
parent
commit
8ce9762886
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/envmonitor/taiguv1/components/Curtain/CurtainMore.vue

+ 1 - 1
src/views/envmonitor/taiguv1/components/Curtain/CurtainMore.vue

@@ -10,7 +10,7 @@
         <div class="control_all" :class="topActive ? 'active' : ''" @click="handle('all', 1, '开启中', 'EquipOnSet')">
           {{ $t(`common.全开`) }}
         </div>
-        <div class="control_all" :class="downActive ? 'active' : ''" @click="handle('all', 0, '关闭中', 'EquipOffSet')">
+        <div class="control_all" :class="downActive ? 'active' : ''" @click="handle('all', 2, '关闭中', 'EquipOffSet')">
           {{ $t(`common.全关`) }}
         </div>
       </div>