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

@@ -421,7 +421,7 @@ watch(webMsgSend, function (newValue, oldValue) {
case 'yjc_xyjy':
switch (newValue.operateCode) {
case 'VERIFY_MAPPING$01':
if (newValue.code == 10200) {
if (newValue.code == 25002) {
// 脚本与ICD校验失败
let data = JSON.parse(newValue.data)
ElMessageBox.alert(`脚本与icd校验失败icd名称${data['icdType']} -> 校验项:${data['dataType']}`, '初始化失败', {

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) {