From ed4d982cbecf17fd550298adfeed54599823d206 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Wed, 21 Aug 2024 16:05:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=86=80=E5=8C=97=20?= =?UTF-8?q?=E7=8E=B0=E5=9C=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/device-boot/Business.ts | 8 +- .../LN/newEnergy/newEnergyLedger/index.vue | 8 +- .../pqs/business/terminal/deviceter/index.vue | 30 ++++- .../harmonicSurvey/components/planTest.vue | 6 +- .../supervise/harmonicSurvey/test/detail.vue | 26 +++-- .../components/undocumented/addForm.vue | 2 +- .../components/undocumented/addUpload.vue | 103 ++++++++++-------- .../components/undocumented/detail.vue | 71 ++++++------ .../pqs/supervise/retire/deviceQuitPopup.vue | 38 +++++++ .../components/interferenceUserTable.vue | 2 +- 10 files changed, 193 insertions(+), 101 deletions(-) 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 @@