enhance: provide latest inserted internal Id
This commit is contained in:
parent
e607f8c599
commit
bbf5b65aab
2 changed files with 20 additions and 2 deletions
|
@ -87,6 +87,9 @@ export const useMemberStore = defineStore("member", {
|
|||
})
|
||||
.catch((err) => {});
|
||||
},
|
||||
fetchLastInternalId() {
|
||||
return http.get(`/admin/member/last/internalId`);
|
||||
},
|
||||
async printMemberByActiveId() {
|
||||
return http.get(`/admin/member/${this.activeMember}/print`, {
|
||||
responseType: "blob",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue