正式检测录波数据查询

This commit is contained in:
sjl
2025-09-09 20:54:22 +08:00
parent 48aab7c1e9
commit 780a446aed
6 changed files with 253 additions and 209 deletions

View File

@@ -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})
}

View File

@@ -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; //更新用户