reloaded 5 anni fa
parent
commit
785d8b6fca
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      store/group.js

+ 4 - 0
store/group.js

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