This commit is contained in:
sjl
2025-10-23 10:36:32 +08:00
parent cedf1b6c5e
commit baccbe6f33
8 changed files with 68 additions and 53 deletions

View File

@@ -13,7 +13,8 @@ export const getBigTestItem = (params: {
export const getScriptList = (params: {
devId:string,
chnNum:number,
num:number
num:number,
planId:string
}) => {
return http.post('/result/getCheckItem', params, {loading: false})
}