diff --git a/src/api/ajust/ajust.ts b/src/api/ajust/ajust.ts new file mode 100644 index 0000000..de378ef --- /dev/null +++ b/src/api/ajust/ajust.ts @@ -0,0 +1,18 @@ +import request from "@/utils/http/request"; + + +interface idInfo { + orgID?: string, + +} + +// 设备树 0 一级服务 +// 全部的能量调节页面的接口-统计可调资源 +export function sourcInfoApi(data: any) { + return request({ + url: '/api/wwpm/biz/v1/device_feeder_or_all', + method: 'POST', + data + }) +} + diff --git a/src/api/ajust/tree.ts b/src/api/ajust/tree.ts index bd89dc5..6ac63b1 100644 --- a/src/api/ajust/tree.ts +++ b/src/api/ajust/tree.ts @@ -60,14 +60,6 @@ export function strategyApi(data: any) { } -// 全部的能量调节页面的接口-统计可调资源 -export function sourcIngoApi(data: any) { - return request({ - url: '/wwpm/biz/v1/device_all', - method: 'POST', - data - }) -} diff --git a/src/views/pages/CapacityAdjustmentPage/index.vue b/src/views/pages/CapacityAdjustmentPage/index.vue index e175eca..a852a6c 100644 --- a/src/views/pages/CapacityAdjustmentPage/index.vue +++ b/src/views/pages/CapacityAdjustmentPage/index.vue @@ -275,7 +275,8 @@ style="width: 100%; height: 100%" @cell-click="handleCellEnter" > - + + @@ -297,7 +298,7 @@ }} - + - +