From d7cfe665e21d5064a99f6c6d021955a9250d666b Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Tue, 9 Sep 2025 09:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=95=E6=B3=A2=E6=95=B0=E6=8D=AE=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/check/test/index.ts | 5 + ...eDataCheckSingleChannelSingleTestPopup.vue | 80 +++++++++++-- .../src/views/home/components/compareTest.vue | 112 ++++++++++++++++-- 3 files changed, 180 insertions(+), 17 deletions(-) diff --git a/frontend/src/api/check/test/index.ts b/frontend/src/api/check/test/index.ts index 92eeda9..6df8cd5 100644 --- a/frontend/src/api/check/test/index.ts +++ b/frontend/src/api/check/test/index.ts @@ -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}) } diff --git a/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue b/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue index fdeb76d..527730b 100644 --- a/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue +++ b/frontend/src/views/home/components/compareDataCheckSingleChannelSingleTestPopup.vue @@ -69,14 +69,43 @@ />