This commit is contained in:
caozehui
2025-08-12 08:34:09 +08:00
parent 6d405d16ed
commit 18cb6dbde8
2 changed files with 2 additions and 1 deletions

View File

@@ -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':

View File

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