比对系数下发全局配置

This commit is contained in:
caozehui
2026-01-16 10:44:41 +08:00
parent cdc19e1db9
commit 99a8c97b17
5 changed files with 32 additions and 19 deletions

View File

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