From ff0798450df9129fbc823da36993febb6432d076 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Mon, 3 Mar 2025 13:29: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/table.vue | 21 ++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/frontend/src/views/home/components/table.vue b/frontend/src/views/home/components/table.vue index 955f260..f994f53 100644 --- a/frontend/src/views/home/components/table.vue +++ b/frontend/src/views/home/components/table.vue @@ -917,16 +917,17 @@ const handleTest = async (val: string) => { const allCheckStatesEqual = new Set(checkStates).size <= 1 if (!allCheckStatesEqual) { - ElMessageBox.confirm( - '所勾选设备检测状态不一致,请重新选择', - '提示', - { - confirmButtonText: '确定', - cancelButtonText: '取消', - type: 'warning', - }, - ) - return + // ElMessageBox.confirm( + // '所勾选设备检测状态不一致,请重新选择', + // '提示', + // { + // confirmButtonText: '确定', + // cancelButtonText: '取消', + // type: 'warning', + // }, + // ) + // return + checkStore.setReCheckType(1) } if (devChannelsNum > 12) { ElMessageBox.confirm(