添加脚本与ICD检验时出现10500错误

This commit is contained in:
caozehui
2025-05-22 18:43:33 +08:00
parent 4622eb36d9
commit 2e5d551e5d
4 changed files with 32 additions and 0 deletions

View File

@@ -461,6 +461,14 @@ watch(webMsgSend, function (newValue, oldValue) {
step3.value = 'error'
ts.value = 'error'
step5.value = 'error'
} else if (newValue.code == 10500) {
step3InitLog.value.push({
type: 'error',
log: `装置中未找到该icd`,
})
step3.value = 'error'
ts.value = 'error'
step5.value = 'error'
}
break;
}