|
@@ -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;
|
|
|
},
|
|
|
// 计划-给指定期安排的教师发送通知
|