设备类型

This commit is contained in:
sjl
2025-02-10 16:35:14 +08:00
parent 9689197db9
commit 15f1308557
5 changed files with 9 additions and 30 deletions

View File

@@ -54,7 +54,7 @@ export const importCNDev = (params: Device.ReqPqDevParams) => {
}
//根据设备类型决定电源、icd、模板、通道数、额定电压、额定电流
export const getPqDev = () => {
return http.post(`/devType/list`)
return http.post(`/devType/listAll`)
}
//被检设备归档

View File

@@ -65,7 +65,7 @@ export namespace Device {
updateBy?: string| null; //更新用户
updateTime?: string| null; //更新时间
icdId: string| null;
power: string| null;
power: string| null;//工作电源
preinvestmentPlan: string| null;
}