lv.wenbin hai 8 meses
pai
achega
0fc1ebfc3c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      ems-ui-cloud/src/views/analysis/power/consume.vue

+ 2 - 2
ems-ui-cloud/src/views/analysis/power/consume.vue

@@ -384,7 +384,7 @@ export default {
         startTime,
         endTime,
         areaCode: this.queryParams.areaCode,
-        objType: '1',
+        objType: '2',
       }
       getPowerData({
         ...params,
@@ -407,7 +407,7 @@ export default {
         startTime,
         endTime,
         areaCode: this.queryParams.areaCode,
-        objType: '1',
+        objType: '2',
       }).then(({code, rows}) => {
         if (code === 200) {
           this.maxLoadData = rows || []