微调
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user