d71abcc3 by 张猛

考点申请

1 parent 639e5f51
......@@ -77,7 +77,7 @@ function loadData() {
loading.value = true
getMyRecentExam().then(res => {
formInfo.value = res.data
formInfo.value = res.data ?? {}
if (res.data && res.data.auditLogs) {
try {
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!