Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m2s
Build / build (push) Successful in 42s

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-05-12 17:58:05 +07:00
commit 3fb76e36c7

View file

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