fix: isShowResult

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-05-11 17:37:33 +07:00
parent ec3ad94b6c
commit 58a2ace475

View file

@ -251,7 +251,7 @@ const fetchStep = async () => {
rejectMessage.value = data.rejectDetail
status.value = data.status
storeExam.isShowExamInfo = data.isShowExamInfo || false
storeExam.isShowResult = data.isShowResult || false
storeExam.isShowResult = data.isShowResult || true
if (status.value == 'register') {
stepRaw.value = 2
step.value = 2