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(