添加脚本与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

@@ -356,6 +356,13 @@ watch(webMsgSend, function (newValue, oldValue) {
})
TableInit();
}
if (newValue.code == 10500) {
ElMessageBox.alert(`装置中未找到该icd!`, '初始化失败', {
confirmButtonText: '确定',
type: 'error',
})
TableInit();
}
break;
}
break;