lohir
2024-10-21 03c1fc858f78e85deb6f9413c261a67b13a0cbbe
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()
      }