anxiaoxia vor 3 Wochen
Ursprung
Commit
b799a1d6a8

+ 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
 })