This commit is contained in:
caozehui
2025-08-18 08:30:03 +08:00
parent 9319dd06c5
commit c9fef2a9d7
2 changed files with 2 additions and 2 deletions

View File

@@ -329,7 +329,7 @@ watch(webMsgSend, function (newValue, oldValue) {
activeIndex.value = 3
step3.value = 'success'
step4.value = 'process'
} else if (newValue.code == 10200) {
} else if (newValue.code == 25002) {
let data = JSON.parse(newValue.data)
handleFatalError(step3, step3InitLog, `脚本与icd检验失败! icd名称${data['icdType']} -> 校验项:${data['dataType']}`)
} else if (newValue.code == 10500) {