This commit is contained in:
sjl
2024-11-15 09:38:25 +08:00
parent fddbb8c9dc
commit 43b67f2e1a
12 changed files with 35 additions and 18 deletions

View File

@@ -18,7 +18,7 @@ export const addPqDev = (params: Device.ResPqDev) => {
//编辑被检设备
export const updatePqDev = (params: Device.ResPqDev) => {
return http.put(`/pqDev/update`, params)
return http.post(`/pqDev/update`, params)
}
//删除被检设备