瀏覽代碼

findbystuid

reloaded 5 年之前
父節點
當前提交
785d8b6fca
共有 1 個文件被更改,包括 4 次插入0 次删除
  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 = [];