微调
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user