比对系数下发全局配置

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})
}

View File

@@ -14,6 +14,7 @@ export namespace Base {
createTime?: string| null; //创建时间
updateBy?: string| null; //更新用户
updateTime?: string| null; //更新时间
coefficient:number //比对监测后,当电压、电流不符合时,是否对标准设备进行系数校准
}
}