From 002589569604c2433689e11e5debe9d06b356670 Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Wed, 13 Aug 2025 15:52:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E6=A3=80=E6=B5=8B=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/home/components/comparePreTest.vue | 10 +++------- .../src/views/plan/planList/components/planPopup.vue | 3 ++- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/frontend/src/views/home/components/comparePreTest.vue b/frontend/src/views/home/components/comparePreTest.vue index 1670f78..5dbd5fe 100644 --- a/frontend/src/views/home/components/comparePreTest.vue +++ b/frontend/src/views/home/components/comparePreTest.vue @@ -273,7 +273,7 @@ watch(webMsgSend, function (newValue, oldValue) { } else if (newValue.code == 25002) { //单个监测点失败 step2InitLog.value.push({ type: 'error', - log: '模型一致性检验失败!', + log: newValue.data +'模型一致性检验失败!', }) }else if (newValue.code == 25001) { //最终成功 step2.value = 'success' @@ -304,7 +304,7 @@ watch(webMsgSend, function (newValue, oldValue) { }else if (newValue.code == 25002) { //单个监测点失败 step3InitLog.value.push({ type: 'error', - log: '实时数据对齐检验失败!', + log: newValue.data + '实时数据对齐检验失败!', }) }else if (newValue.code == 25001 && newValue.data) { //最终成功 isShowDialog.value = true @@ -338,14 +338,10 @@ watch(webMsgSend, function (newValue, oldValue) { } else if(newValue.code == 25002){ step4InitLog.value.push({ type: 'error', - log: '相序校验失败!', + log: newValue.data + '相序校验失败!', }) } else if (newValue.code == 25003) { step4.value = 'error' - step4InitLog.value.push({ - type: 'error', - log: '相序校验未通过!', - }) ts.value = 'error' step5.value = 'error' } else if (newValue.code == 25001) { diff --git a/frontend/src/views/plan/planList/components/planPopup.vue b/frontend/src/views/plan/planList/components/planPopup.vue index 381bec6..9a01bf7 100644 --- a/frontend/src/views/plan/planList/components/planPopup.vue +++ b/frontend/src/views/plan/planList/components/planPopup.vue @@ -190,7 +190,7 @@ :titles="['未绑定被检设备', '已绑定被检设备']" >