mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
[admin-user] detail hide exam when page not loaded
This commit is contained in:
@@ -135,7 +135,7 @@ export default {
|
||||
const state = reactive({
|
||||
loading: false,
|
||||
baseInfo: {},
|
||||
examInfo: {},
|
||||
examInfo: null,
|
||||
})
|
||||
onMounted(() => {
|
||||
fetchPageData()
|
||||
|
||||
Reference in New Issue
Block a user