fix:修复再次考试没情况状态的错误

This commit is contained in:
2026-08-03 23:05:48 +08:00
parent 69a5ab4851
commit 8f92c55852
5 changed files with 9 additions and 11 deletions

View File

@@ -30,7 +30,6 @@ onMounted(() => {
})
const examClick = () => {
questionStore.questionList = []
examStore.config = examStore.getEmptyConfig()
examStore.dialogVisible = true
}