设备类型
This commit is contained in:
@@ -54,7 +54,7 @@ export const importCNDev = (params: Device.ReqPqDevParams) => {
|
||||
}
|
||||
//根据设备类型决定(电源、icd、模板、通道数、额定电压、额定电流);
|
||||
export const getPqDev = () => {
|
||||
return http.post(`/devType/list`)
|
||||
return http.post(`/devType/listAll`)
|
||||
}
|
||||
|
||||
//被检设备归档
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user