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