正式检测录波数据查询
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { pa } from 'element-plus/es/locale/index.mjs';
|
||||
import http from '@/api'
|
||||
import {CheckData} from '@/api/check/interface'
|
||||
|
||||
@@ -88,8 +89,7 @@ export const getContrastFormContent = (params: {
|
||||
deviceId: string
|
||||
chnNum: string
|
||||
num: number | null
|
||||
// waveNum: number | null
|
||||
// isWave: boolean
|
||||
patternId: string
|
||||
}) => {
|
||||
return http.post('/result/getContrastFormContent', params, {loading: false})
|
||||
}
|
||||
@@ -105,6 +105,7 @@ export const getContrastResult = (params: {
|
||||
num: number | string | null
|
||||
waveNum: number | null
|
||||
isWave: boolean
|
||||
patternId: string
|
||||
}) => {
|
||||
return http.post('/result/getContrastResult', params, {loading: true})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user