This commit is contained in:
caozehui
2025-03-13 14:40:33 +08:00
parent a122e9e1b3
commit 50fc02d4eb
2 changed files with 39 additions and 11 deletions

View File

@@ -62,6 +62,20 @@ export const exportRawData = (params: {
return http.download("/result/exportRawData", params, {loading: false});
}
/**
* 重新计算
* @param params
*/
export const reCalculate = (params: {
planId: string,
scriptId: string,
errorSysId: string,
deviceId: string,
code: string
}) => {
return http.post("/result/reCalculate", params, {loading: true});
}
/**
* 更换误差体系
* @param params