微调
This commit is contained in:
@@ -7,22 +7,22 @@ import http from '@/api'
|
||||
|
||||
//获取监测点
|
||||
export const getPqMonList = (params: Monitor.ReqPqMonParams) => {
|
||||
return http.post(`/pqMon/list`, params)
|
||||
//return http.post(`/pqMon/list`, params)
|
||||
}
|
||||
|
||||
//添加监测点
|
||||
export const addPqMon = (params: Monitor.ResPqMon) => {
|
||||
return http.post(`/pqMon/add`, params)
|
||||
//return http.post(`/pqMon/add`, params)
|
||||
}
|
||||
|
||||
//编辑监测点
|
||||
export const updatePqMon = (params: Monitor.ResPqMon) => {
|
||||
return http.post(`/pqMon/update`, params)
|
||||
//return http.post(`/pqMon/update`, params)
|
||||
}
|
||||
|
||||
//删除监测点
|
||||
export const deletePqMon = (params: string[]) => {
|
||||
return http.post(`/pqMon/delete`, params)
|
||||
//return http.post(`/pqMon/delete`, params)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user