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)