d71abcc3 by 张猛

考点申请

1 parent 639e5f51
...@@ -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)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!