This commit is contained in:
sjl
2025-07-21 13:48:07 +08:00
2 changed files with 5 additions and 1 deletions

View File

@@ -1062,6 +1062,7 @@ const handleTest = async (val: string) => {
})
checkStore.setSelectTestItems({preTest: false, timeTest: false, channelsTest: false, test: true})
} else {
checkStore.setReCheckType(1)
openTestDialog(true)
}
}