lv.wenbin пре 8 месеци
родитељ
комит
0fc1ebfc3c
1 измењених фајлова са 2 додато и 2 уклоњено
  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 || []