mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
fix: exam create index disappeared
This commit is contained in:
@@ -154,9 +154,6 @@ export default {
|
||||
state.formData.status = res.data.status
|
||||
state.formData.is_discovered = res.data.is_discovered
|
||||
})
|
||||
} else {
|
||||
let res = api.listExamIndex()
|
||||
state.formData.indexes = res.data
|
||||
}
|
||||
})
|
||||
onBeforeUnmount(() => {
|
||||
|
||||
Reference in New Issue
Block a user