考点申请
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -77,7 +77,7 @@ function loadData() { | ... | @@ -77,7 +77,7 @@ function loadData() { |
| 77 | loading.value = true | 77 | loading.value = true |
| 78 | 78 | ||
| 79 | getMyRecentExam().then(res => { | 79 | getMyRecentExam().then(res => { |
| 80 | formInfo.value = res.data | 80 | formInfo.value = res.data ?? {} |
| 81 | if (res.data && res.data.auditLogs) { | 81 | if (res.data && res.data.auditLogs) { |
| 82 | try { | 82 | try { |
| 83 | list.value = JSON.parse(res.data.auditLogs) | 83 | list.value = JSON.parse(res.data.auditLogs) | ... | ... |
-
Please register or sign in to post a comment