Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3fb76e36c7 | ||
|
|
c0db3de3e8 |
1 changed files with 2 additions and 1 deletions
|
|
@ -251,7 +251,8 @@ const fetchStep = async () => {
|
||||||
rejectMessage.value = data.rejectDetail
|
rejectMessage.value = data.rejectDetail
|
||||||
status.value = data.status
|
status.value = data.status
|
||||||
storeExam.isShowExamInfo = data.isShowExamInfo || false
|
storeExam.isShowExamInfo = data.isShowExamInfo || false
|
||||||
storeExam.isShowResult = data.isShowResult || true
|
storeExam.isShowResult = data.isShowResult
|
||||||
|
|
||||||
if (status.value == 'register') {
|
if (status.value == 'register') {
|
||||||
stepRaw.value = 2
|
stepRaw.value = 2
|
||||||
step.value = 2
|
step.value = 2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue