xiangpei
2024-06-12 30b299c1554b91bfd678b41ff1f854c8c0b0e50b
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()
      }