From 18cb6dbde8ce6d6a51a844c7dc7c9403b93d584b Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Tue, 12 Aug 2025 08:34:09 +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 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/home/components/comparePreTest.vue b/frontend/src/views/home/components/comparePreTest.vue index a9e52d1..07065ba 100644 --- a/frontend/src/views/home/components/comparePreTest.vue +++ b/frontend/src/views/home/components/comparePreTest.vue @@ -177,7 +177,7 @@ const webMsgSend = toRef(props, 'webMsgSend'); const ts = ref(''); watch(webMsgSend, function (newValue, oldValue) { - console.log('newValue.requestId', newValue.requestId) + console.log('webMsgSend', newValue) if (testStatus.value !== 'waiting') { switch (newValue.requestId) { case 'yjc_sbtxjy': diff --git a/frontend/src/views/home/components/compareTest.vue b/frontend/src/views/home/components/compareTest.vue index 6623fda..23b0626 100644 --- a/frontend/src/views/home/components/compareTest.vue +++ b/frontend/src/views/home/components/compareTest.vue @@ -236,6 +236,7 @@ watch(testStatus, function (newValue, oldValue) { let count = 0 watch(webMsgSend, function (newValue, oldValue) { + console.log('webMsgSend', newValue) if (testStatus.value !== 'waiting') { if (props.stepsActive === 4) { if (newValue.code == 10520) {