瀏覽代碼

去除多余的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();