lrf402788946 преди 5 години
родител
ревизия
6f828a6971
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      store/notice.js

+ 4 - 0
store/notice.js

@@ -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 = [];