This commit is contained in:
caozehui
2025-08-28 16:29:00 +08:00
parent 8b578d4d8b
commit 6e979c5dcb
3 changed files with 15 additions and 6 deletions

View File

@@ -73,6 +73,7 @@ export const reCalculate = (params: {
errorSysId: string
deviceId: string
code: string
patternId: string
}) => {
return http.post('/result/reCalculate', params, {loading: true})
}
@@ -113,6 +114,7 @@ export const changeErrorSystem = (params: {
errorSysId: string
deviceId: string
code: string
patternId: string
}) => {
return http.post('/result/changeErrorSystem', params, {loading: true})
}