Compare commits
No commits in common. "3fb76e36c7e9d54e0f8a376dd5feca2c435ef82b" and "3478875bc3fb53b6b7caa4f189a0b510ec26df32" have entirely different histories.
3fb76e36c7
...
3478875bc3
1 changed files with 1 additions and 2 deletions
|
|
@ -251,8 +251,7 @@ const fetchStep = async () => {
|
|||
rejectMessage.value = data.rejectDetail
|
||||
status.value = data.status
|
||||
storeExam.isShowExamInfo = data.isShowExamInfo || false
|
||||
storeExam.isShowResult = data.isShowResult
|
||||
|
||||
storeExam.isShowResult = data.isShowResult || true
|
||||
if (status.value == 'register') {
|
||||
stepRaw.value = 2
|
||||
step.value = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue