浏览代码

fix:风量

anxiaoxia 2 周之前
父节点
当前提交
b799a1d6a8
共有 2 个文件被更改,包括 5 次插入6 次删除
  1. 1 2
      src/views/envmonitor/taiguv1/components/Air/AirMore.vue
  2. 4 4
      src/views/envmonitor/taiguv1/index.vue

+ 1 - 2
src/views/envmonitor/taiguv1/components/Air/AirMore.vue

@@ -213,10 +213,9 @@ watch(
     if (!newVal) {
       return
     }
-    if (allAirStatus.value['all'] && !allAirStatus.value['all'].lastSwitchStatus) {
       let { minTempSet, maxTempSet } = airData.value
       airData.value = { ...newVal, minTempSet, maxTempSet }
-    }
+    
   },
   { deep: true} // 添加深度监听
 )

+ 4 - 4
src/views/envmonitor/taiguv1/index.vue

@@ -272,10 +272,10 @@ const lampScenceControlGroup = ref({ "code": "InCloudSet", })
 const curtainsList = ref([])
 
 const airStatus = ref({
-    minTempSet: 16,
-    maxTempSet: 32,
-    tempSet: 24,
-    gear: 1,
+    // minTempSet: 16,
+    // maxTempSet: 32,
+    // tempSet: 24,
+    // gear: 1,
     isAutoGear: false,
     switchLoading: false
 })