This commit is contained in:
sjl
2025-10-21 10:43:27 +08:00
parent f1b76376c6
commit b2db5622bc
8 changed files with 96 additions and 47 deletions

View File

@@ -282,6 +282,7 @@ watch(webMsgSend, function (newValue, oldValue) {
type: 'error',
log: '录波校验时,设备连接异常!',
});
step1.value = 'error'
ts.value = 'error'
step5.value = 'error'
@@ -291,10 +292,12 @@ watch(webMsgSend, function (newValue, oldValue) {
type: 'error',
log: newValue.data,
})
} else if (newValue.code == 25003) { //最终失败
step1.value = 'error'
ts.value = 'error'
step5.value = 'error'
}
break;
case 'yjc_mxyzxjy':