lrf402788946 4 년 전
부모
커밋
b258a47a28
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      store/tea-plan.js

+ 1 - 1
store/tea-plan.js

@@ -52,7 +52,7 @@ const actions = {
   },
   // 计划-安排教师
   async arrangeTeacher({ commit }, payload) {
-    const res = await this.$axios.$get(`${api.arrange}`, payload);
+    const res = await this.$axios.$post(`${api.arrange}`, payload);
     return res;
   },
   // 计划-给指定期安排的教师发送通知