#27 Attendance list with all members
This commit is contained in:
parent
b106ea6396
commit
05f8ebfb1f
4 changed files with 75 additions and 1 deletions
|
@ -84,5 +84,10 @@ export const useMemberStore = defineStore("member", {
|
|||
this.fetchMembers();
|
||||
return result;
|
||||
},
|
||||
async printMemberList(){
|
||||
return http.get(`/admin/member/print/namelist`, {
|
||||
responseType: "blob",
|
||||
});
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue