From f24f87dcc8ec5f57e0fdaef664246cd0db82a199 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Fri, 10 Jan 2025 09:20:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=BC=80=E6=95=B0=E6=8D=AE=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E6=8C=89=E9=92=AE=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/home/components/test.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/views/home/components/test.vue b/frontend/src/views/home/components/test.vue index 07e9458..b62fe98 100644 --- a/frontend/src/views/home/components/test.vue +++ b/frontend/src/views/home/components/test.vue @@ -1005,12 +1005,12 @@ const handleClick = (item: any, chnNum: number, scriptType: string) => { type: 'warning', }) } - if (flag === 1) { - ElMessageBox.alert('该测试项数据异常', '数据异常', { - confirmButtonText: '确定', - type: 'warning', - }) - } + // if (flag === 1) { + // ElMessageBox.alert('该测试项数据异常', '数据异常', { + // confirmButtonText: '确定', + // type: 'warning', + // }) + // } if (flag === -1) { dataCheckSingleChannelSingleTestPopupRef.value?.open(item.deviceId, chnNum + '', scriptType); }