不合格项复检bug

This commit is contained in:
caozehui
2025-05-09 08:51:54 +08:00
parent b3750d6a7f
commit bb35eb749b
3 changed files with 8 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ import {CheckData} from "@/api/check/interface";
export const getBigTestItem = (params: {
reCheckType: number,
planId: string,
devId: string,
devIds: string[],
}) => {
return http.post(`/adPlan/getBigTestItem`, params, {loading: false});
}