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