bug
lohir
2024-10-16 8eda7d5c6d30cebaa638f621c636c2ecb9d8801f
src/store/modules/exam.js
@@ -19,7 +19,7 @@
const actions = {
  initSubject ({ commit }, action) {
    subjectApi.list().then(re => {
      commit('setSubjects', re.response)
      commit('setSubjects', re.data)
      if (action !== undefined) {
        action()
      }