@@ -32,6 +32,10 @@ const actions = {
const res = await this.$axios.$get(`${api.classInfo(payload)}`);
return res;
},
+ async resend({ commit }, payload) {
+ const res = await this.$axios.$post(`${api.noticeInfo}/resend`, payload);
+ return res;
+ },
async mergeRequest({ commit, dispatch }, { method, data }) {
let toRequest = () => {
let res = [];