From 0959c720512b1daeb8e7e770d6a5ac1f9e3bc950 Mon Sep 17 00:00:00 2001 From: xiongqin <3323939337@qq.com> Date: Thu, 10 Jul 2025 19:49:25 +0800 Subject: [PATCH] =?UTF-8?q?xq=20fix:"=E4=BF=AE=E6=94=B9=E4=BA=86=E9=80=86?= =?UTF-8?q?=E5=8F=98=E5=99=A8=E6=95=B0=E6=8D=AE=E8=AF=A6=E6=83=85"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/business/inverter/index.ts | 10 ++ src/views/business/inverter/index.vue | 230 +++++++++++++++++++++++++- 2 files changed, 236 insertions(+), 4 deletions(-) diff --git a/src/api/business/inverter/index.ts b/src/api/business/inverter/index.ts index 159f129..34a076e 100644 --- a/src/api/business/inverter/index.ts +++ b/src/api/business/inverter/index.ts @@ -26,6 +26,16 @@ export const getInverter = (id: string | number): AxiosPromise => { method: 'get' }); }; +/** + * 查询第三方逆变器列详细 + * @param id + */ +export const getInverterOther = (id: string | number): AxiosPromise => { + return request({ + url: '/business/inverter/inverterdetail/' + id, + method: 'get' + }); +}; /** * 新增逆变器列 diff --git a/src/views/business/inverter/index.vue b/src/views/business/inverter/index.vue index fa61141..5391a25 100644 --- a/src/views/business/inverter/index.vue +++ b/src/views/business/inverter/index.vue @@ -206,9 +206,15 @@ - - - + + + @@ -417,11 +423,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +