From 4ae42408c34738b214b62bf433da914764a462d8 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Mon, 22 Sep 2025 09:16:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/home/components/comparePreTest.vue | 2 +- frontend/src/views/home/components/compareTest.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/home/components/comparePreTest.vue b/frontend/src/views/home/components/comparePreTest.vue index 8e13ab6..0f0a5ea 100644 --- a/frontend/src/views/home/components/comparePreTest.vue +++ b/frontend/src/views/home/components/comparePreTest.vue @@ -274,7 +274,7 @@ watch(webMsgSend, function (newValue, oldValue) { break; } break; - case 'record_wave_step2': + case 'record_wave_step1': switch (newValue.operateCode) { case 'DATA_REQUEST$03': if (newValue.code == 25002) { //某一路录波校验失败 diff --git a/frontend/src/views/home/components/compareTest.vue b/frontend/src/views/home/components/compareTest.vue index 138e197..90b98bb 100644 --- a/frontend/src/views/home/components/compareTest.vue +++ b/frontend/src/views/home/components/compareTest.vue @@ -296,7 +296,7 @@ watch( webMsgSend, function (newValue, oldValue) { switch (newValue.requestId) { - case 'record_wave_step2': + case 'record_wave_step1': switch (newValue.code) { case 10200: setLogList('info', newValue.data)