This commit is contained in:
caozehui
2025-05-19 09:15:48 +08:00
parent 629600bc00
commit 7b3805060f

View File

@@ -556,7 +556,7 @@ watch(webMsgSend, function (newValue, oldValue) {
}) })
testLogList.push({ testLogList.push({
type: 'error', type: 'error',
log: `${new Date().toLocaleString()}脚本与icd校验失败icd名称${newValue.data.icdType} -> 校验项:${newValue.data.dataType}` log: `${new Date().toLocaleString()}脚本与icd校验失败icd名称${data['icdType']} -> 校验项:${data['dataType']}`
}) })
emit('update:testStatus', 'test_init_fail') emit('update:testStatus', 'test_init_fail')
} }