正式检测录波数据查询
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})
|
||||
}
|
||||
|
||||
@@ -25,6 +25,7 @@ export namespace DevType {
|
||||
devChns: number; //设备通道数
|
||||
reportName: string| null;//报告模版名称
|
||||
state: number;
|
||||
waveCmd:string| null;//录波指令
|
||||
createBy?: string| null; //创建用户
|
||||
createTime?: string| null; //创建时间
|
||||
updateBy?: string| null; //更新用户
|
||||
|
||||
Reference in New Issue
Block a user