odc.xiaohui
2023-07-24 c85c74e084ac9ede4a4d539262ff865cfcdd7289
src/store/modules/exam.js
@@ -28,8 +28,8 @@
// actions
const actions = {
  initSubject ({ commit }, action) {
    subjectApi.list().then(re => {
  async initSubject ({ commit }, action) {
    await subjectApi.list().then(re => {
      commit('setSubjects', re.response)
      if (action !== undefined) {
        action()