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']}`, '初始化失败', {