소스 검색

Merge branch 'master' of http://47.112.200.206:3000/aijia/kmt

# Conflicts:
#	src/components/MenuComponent.vue
name 6 년 전
부모
커밋
c329cf3fea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/store/modules/user.js

+ 1 - 1
src/store/modules/user.js

@@ -222,7 +222,7 @@ const user = {
     GetTeacherSalaryList({ commit, state }, data) {
       return new Promise((resolve, reject) => {
         axios.post(GetTeacherSalaryList, data).then(response => {
-          const data = response.data
+          const data = response.data || { }
           commit('SET_TEACHER_SALARY_LIST', data);
           // debugger
           resolve(response)