xq fix:"修改了逆变器数据详情"
This commit is contained in:
@ -26,6 +26,16 @@ export const getInverter = (id: string | number): AxiosPromise<InverterVO> => {
|
||||
method: 'get'
|
||||
});
|
||||
};
|
||||
/**
|
||||
* 查询第三方逆变器列详细
|
||||
* @param id
|
||||
*/
|
||||
export const getInverterOther = (id: string | number): AxiosPromise<InverterVO> => {
|
||||
return request({
|
||||
url: '/business/inverter/inverterdetail/' + id,
|
||||
method: 'get'
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* 新增逆变器列
|
||||
|
Reference in New Issue
Block a user