设备类型CRUD

This commit is contained in:
sjl
2025-02-11 10:32:09 +08:00
parent 4fcb26bbde
commit e46e9e1d3a
4 changed files with 34 additions and 31 deletions

View File

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