diff --git a/src/api/device-boot/Business.ts b/src/api/device-boot/Business.ts index 2c17ce9a..f0ffaf26 100644 --- a/src/api/device-boot/Business.ts +++ b/src/api/device-boot/Business.ts @@ -103,4 +103,10 @@ export function getTerminalUpLog(data: any) { params: data }) } - +//查询新能源场站 +export function selectDown() { + return createAxios({ + url: '/device-boot/newStation/selectDown', + method: 'get' + }) +} diff --git a/src/views/LN/newEnergy/newEnergyLedger/index.vue b/src/views/LN/newEnergy/newEnergyLedger/index.vue index f83917c1..a9a49a15 100644 --- a/src/views/LN/newEnergy/newEnergyLedger/index.vue +++ b/src/views/LN/newEnergy/newEnergyLedger/index.vue @@ -3,7 +3,7 @@