From 7b3805060f853da767287f43e8bb90a713d0a171 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Mon, 19 May 2025 09:15:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/home/components/test.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }