diff --git a/frontend/src/views/home/components/test.vue b/frontend/src/views/home/components/test.vue index 9592e2e..8447341 100644 --- a/frontend/src/views/home/components/test.vue +++ b/frontend/src/views/home/components/test.vue @@ -556,7 +556,7 @@ watch(webMsgSend, function (newValue, oldValue) { }) testLogList.push({ 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') }