trigger member print and display
This commit is contained in:
parent
d6dc362d65
commit
5af90c60f5
3 changed files with 78 additions and 1 deletions
|
@ -87,6 +87,11 @@ export const useMemberStore = defineStore("member", {
|
|||
})
|
||||
.catch((err) => {});
|
||||
},
|
||||
async printMemberByActiveId() {
|
||||
return http.get(`/admin/member/${this.activeMember}/print`, {
|
||||
responseType: "blob",
|
||||
});
|
||||
},
|
||||
fetchMemberStatisticsById(id: string) {
|
||||
return http.get(`/admin/member/${id}/statistics`);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue