录波数据查询
This commit is contained in:
@@ -74,6 +74,7 @@ export const reCalculate = (params: {
|
||||
deviceId: string
|
||||
code: string
|
||||
patternId: string
|
||||
|
||||
}) => {
|
||||
return http.post('/result/reCalculate', params, {loading: true})
|
||||
}
|
||||
@@ -87,6 +88,8 @@ export const getContrastFormContent = (params: {
|
||||
deviceId: string
|
||||
chnNum: string
|
||||
num: number | null
|
||||
// waveNum: number | null
|
||||
// isWave: boolean
|
||||
}) => {
|
||||
return http.post('/result/getContrastFormContent', params, {loading: false})
|
||||
}
|
||||
@@ -100,6 +103,8 @@ export const getContrastResult = (params: {
|
||||
deviceId: string
|
||||
chnNum: string | number
|
||||
num: number | string | null
|
||||
waveNum: number | null
|
||||
isWave: boolean
|
||||
}) => {
|
||||
return http.post('/result/getContrastResult', params, {loading: true})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user