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 addPqMon = (params: Monitor.ResPqMon) => {
//编辑被检设备
export const updatePqMon = (params: Monitor.ResPqMon) => {
return http.put(`/pqMon/update`, params)
return http.post(`/pqMon/update`, params)
}
//删除被检设备