diff --git a/frontend/src/views/home/components/comparePreTest.vue b/frontend/src/views/home/components/comparePreTest.vue index da8cf24..cb740e1 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 b9049a1..f2fee52 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)