Browse Source

类型修改

lv.wenbin 8 months ago
parent
commit
0fc1ebfc3c
1 changed files with 2 additions and 2 deletions
  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 || []