ソースを参照

去除多余的planinfo

wzh 2 年 前
コミット
01f220111e
1 ファイル変更0 行追加3 行削除
  1. 0 3
      pages/device/detail.vue

+ 0 - 3
pages/device/detail.vue

@@ -1596,7 +1596,6 @@ export default {
            self.firstTab = true;
            self.tabActive[index-1] = true;
            self.$forceUpdate();
-           self.getDevicePlanInfo();
          });
        }else{
          this.getDeviceStatus(function(){
@@ -1604,7 +1603,6 @@ export default {
            self.firstTab = true;
            self.tabActive[index-1] = true;
            self.$forceUpdate();
-           self.getDevicePlanInfo();
          })
        }
 
@@ -2569,7 +2567,6 @@ export default {
       uni.showLoading({title:"加载中"});
       getDeviceStatus(this.id,this.childId).then(res=>{
         let data =res.data;
-        debugger;
         this.deviceInfo = data;
         self.parseStatusData(data)
         self.getDevicePlanInfo();