This commit is contained in:
caozehui
2025-03-03 13:29:48 +08:00
parent fbefc70368
commit ff0798450d

View File

@@ -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(