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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +