比对系数下发全局配置
This commit is contained in:
@@ -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})
|
||||
}
|
||||
|
||||
@@ -14,6 +14,7 @@ export namespace Base {
|
||||
createTime?: string| null; //创建时间
|
||||
updateBy?: string| null; //更新用户
|
||||
updateTime?: string| null; //更新时间
|
||||
coefficient:number //比对监测后,当电压、电流不符合时,是否对标准设备进行系数校准
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user