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) {