fix: isShowResult
This commit is contained in:
parent
58a2ace475
commit
c0db3de3e8
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue