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 @@ />