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