qirong
2023-11-28 d44a2361fa5173f0421ec05921bde28d59614d45
src/store/modules/exam.js
@@ -12,7 +12,7 @@
      for (let k of key) {
        // console.log(j,k)
            if (j.id ==k){
              str+= j.name + ' ( ' + j.levelName + ' )'+'  /'
              str+= j.name + '  /'
            }
      }
    }
@@ -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()