|
@@ -475,7 +475,7 @@
|
|
|
var month = date.getMonth() + 1 >= 10 ? date.getMonth() + 1 : '0' + (date.getMonth() + 1);
|
|
|
this.queryDate = year + '-' + month;
|
|
|
|
|
|
- this.getPowerConsumption(0);
|
|
|
+ // this.getPowerConsumption(0);
|
|
|
this.getEquipmentDataMonitoring(0);
|
|
|
this.getCompanyInfoList();
|
|
|
this.getAccumulatedAlarms();
|
|
@@ -514,7 +514,7 @@
|
|
|
this.merchantList2[index] = n;
|
|
|
|
|
|
this.companyId = item.id;
|
|
|
- this.getPowerConsumption(0);
|
|
|
+ // this.getPowerConsumption(0);
|
|
|
this.getEquipmentDataMonitoring(0);
|
|
|
this.getAccumulatedAlarms();
|
|
|
this.getHomePageDeviceStatus();
|
|
@@ -919,7 +919,7 @@
|
|
|
change(index) {
|
|
|
this.current = index;
|
|
|
this.companyId = this.merchantList1[index].id;
|
|
|
- this.getPowerConsumption(0);
|
|
|
+ // this.getPowerConsumption(0);
|
|
|
this.getEquipmentDataMonitoring(0);
|
|
|
this.getAccumulatedAlarms();
|
|
|
this.getHomePageDeviceStatus();
|