切换数据处理原则
This commit is contained in:
@@ -83,7 +83,8 @@ export const reCalculate = (params: {
|
||||
deviceId: string
|
||||
code: string
|
||||
patternId: string,
|
||||
chnNum: string
|
||||
chnNum?: string,
|
||||
dataRuleId: string
|
||||
}) => {
|
||||
return http.post('/result/reCalculate', params, {loading: true})
|
||||
}
|
||||
@@ -115,6 +116,7 @@ export const getContrastResult = (params: {
|
||||
waveNum: number | null
|
||||
isWave: boolean
|
||||
patternId: string
|
||||
code: string
|
||||
}) => {
|
||||
return http.post('/result/getContrastResult', params, {loading: true})
|
||||
}
|
||||
@@ -130,7 +132,8 @@ export const changeErrorSystem = (params: {
|
||||
deviceId: string
|
||||
code: string
|
||||
patternId: string,
|
||||
chnNum: string
|
||||
chnNum?: string,
|
||||
dataRuleId: string
|
||||
}) => {
|
||||
return http.post('/result/changeErrorSystem', params, {loading: true})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user