修改正式检测结果展示错误

This commit is contained in:
caozehui
2025-01-09 15:49:32 +08:00
parent cffbfe1380
commit 40520a7d30
4 changed files with 34 additions and 26 deletions

View File

@@ -287,7 +287,7 @@ watch(webMsgSend, function (newValue, oldValue) {
log: newValue.data + '设备连接异常!',
})
step2.value = 'error'
ts.value = 'error'
// ts.value = 'error'
} else if (newValue.code == 10551) {
step2InitLog.value.push({
type: 'error',
@@ -333,7 +333,7 @@ watch(webMsgSend, function (newValue, oldValue) {
log: newValue.data + '设备连接异常!',
})
step3.value = 'error'
ts.value = 'error'
// ts.value = 'error'
} else if (newValue.code == 10551) {
step3InitLog.value.push({
type: 'error',
@@ -370,7 +370,7 @@ watch(webMsgSend, function (newValue, oldValue) {
log: newValue.data + '设备连接异常!',
})
step3.value = 'error'
ts.value = 'error'
// ts.value = 'error'
} else if (newValue.code == 10551) {
step3InitLog.value.push({
type: 'error',
@@ -403,7 +403,7 @@ watch(webMsgSend, function (newValue, oldValue) {
log: newValue.data + '设备连接异常!',
})
step3.value = 'error'
ts.value = 'error'
// ts.value = 'error'
} else if (newValue.code == 10551) {
step3InitLog.value.push({
type: 'error',