Notification New Group

This commit is contained in:
paoloar77
2022-07-28 23:27:28 +02:00
parent a509eefd7e
commit 1144177168
6 changed files with 50 additions and 33 deletions

View File

@@ -1034,9 +1034,10 @@ export const useUserStore = defineStore('UserStore', {
},
async loadGroup(groupname: string) {
async loadGroup(groupname: string, idnotif: string) {
const data = {
groupname
groupname,
idnotif,
}
return Api.SendReq('/mygroup/load', 'POST', data)