bug
lohir
2024-10-16 dc9f8e4f724ade3d29bdf0e4e68fd8c3c815bb77
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()
      }