[admin-user] detail hide exam when page not loaded

This commit is contained in:
xiaomlove
2021-04-30 18:12:16 +08:00
parent 3737d684ee
commit b855fa4b0a
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ export default {
const state = reactive({
loading: false,
baseInfo: {},
examInfo: {},
examInfo: null,
})
onMounted(() => {
fetchPageData()