This commit is contained in:
caozehui
2024-12-17 14:08:13 +08:00
parent 645fb83bce
commit 1b37684e3c
2 changed files with 5 additions and 5 deletions

View File

@@ -55,9 +55,9 @@ export const getBoundPqDevList = (params: any) => {
}
//检测计划绑定设备
export const BindPqDevList = (params: any) => {
return http.post(`/pqDev/bindDev`,params)
}
// export const BindPqDevList = (params: any) => {
// return http.post(`/pqDev/bindDev`,params)
// }
// 按照模式查询检测计划(用于首页展示)
export const getPlanListByPattern = (params:Plan.ReqPlan) => {