10552错误重新检测、相序校验25003错误

This commit is contained in:
caozehui
2025-01-15 09:33:07 +08:00
parent e793fdbe42
commit 4e53bb3b27
2 changed files with 9 additions and 2 deletions

View File

@@ -481,7 +481,14 @@ watch(webMsgSend, function (newValue, oldValue) {
type: 'wait',
log: '获取数据相序校验数据!',
}];
} else if (newValue.code == 25001) {
} else if (newValue.code == 25003) {
step4.value = 'error'
step4InitLog.value.push({
type: 'error',
log: '相序校验未通过!',
})
ts.value = 'error'
}else if (newValue.code == 25001) {
step4.value = 'success'
step5.value = 'success'
step4InitLog.value.push({