wzh 6 månader sedan
förälder
incheckning
afbef9b6e8
1 ändrade filer med 12 tillägg och 1 borttagningar
  1. 12 1
      subpkg/device/detail_new_20250528.vue

+ 12 - 1
subpkg/device/detail_new_20250528.vue

@@ -4162,6 +4162,10 @@ export default {
           this.waterVolume = parseInt(value)/10;
         }
 
+        if(id == "SecondWaterVolume"){
+          this.secondWaterVolume = parseInt(value)/10;
+        }
+
         if(id == "CurrentWaterVolume"){
           this.currentWaterVolume = parseInt(value)/10;
         }
@@ -4218,9 +4222,9 @@ export default {
           this.setPropValue(id,"SecondJianyaoMode","secondJianyaoMode",value,0)
           this.setStatusHandler()
         }
-
         this.setPropValue(id,"LeftTransferTime","leftTransferTime",value,0)
 
+
         self.propMap[id] = prop;
 
       }
@@ -4590,6 +4594,13 @@ export default {
         this.FirstTime = obj.value
       }
 
+      if(msgId == "SecondWaterVolume"){
+        this.secondWaterVolume = parseInt(obj.value)/10;
+      }
+
+
+
+
 
     },
     /** 发布物模型 类型(1=属性,2=功能) */