Kaynağa Gözat

修改参数

wzh 7 ay önce
ebeveyn
işleme
5f674ab0d2
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      subpkg/device/detail_new_20250528.vue

+ 6 - 0
subpkg/device/detail_new_20250528.vue

@@ -1518,6 +1518,12 @@ export default {
   methods:{
     closeFinishPop(){
       this.closeFinishStatusPop = false
+      let arr = [];
+      let obj  = {};
+      obj.id = "DecoctingSwitch";
+      obj.shadow = 0;
+      arr.push(obj);
+      this.mqttPublish(2,this.deviceInfo,arr,true)
     },
     closeStatusFunc(){
       this.closeStatusPop = false;