From 4e53bb3b27399f1e1169e5bdb424c2e94c2fcfbb Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Wed, 15 Jan 2025 09:33:07 +0800 Subject: [PATCH] =?UTF-8?q?10552=E9=94=99=E8=AF=AF=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E3=80=81=E7=9B=B8=E5=BA=8F=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?25003=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/home/components/preTest.vue | 9 ++++++++- frontend/src/views/home/components/test.vue | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/home/components/preTest.vue b/frontend/src/views/home/components/preTest.vue index e552a1e..0a3e8ec 100644 --- a/frontend/src/views/home/components/preTest.vue +++ b/frontend/src/views/home/components/preTest.vue @@ -481,7 +481,14 @@ watch(webMsgSend, function (newValue, oldValue) { type: 'wait', log: '获取数据相序校验数据!', }]; - } else if (newValue.code == 25001) { + } else if (newValue.code == 25003) { + step4.value = 'error' + step4InitLog.value.push({ + type: 'error', + log: '相序校验未通过!', + }) + ts.value = 'error' + }else if (newValue.code == 25001) { step4.value = 'success' step5.value = 'success' step4InitLog.value.push({ diff --git a/frontend/src/views/home/components/test.vue b/frontend/src/views/home/components/test.vue index 8b5d8bf..3b0a71b 100644 --- a/frontend/src/views/home/components/test.vue +++ b/frontend/src/views/home/components/test.vue @@ -344,7 +344,7 @@ watch(webMsgSend, function (newValue, oldValue) { type: 'error', log: `${new Date().toLocaleString()}:存在已经初始化步骤,执行自动关闭,请重新发起检测!` }) - emit('update:testStatus', 'error') + emit('update:testStatus', 'test_recheck') } else { switch (newValue.requestId) { case 'error_flow_end':