pridana API metoda getallgrouped,

implementovane nacitanie dat do Dashboard z backend
This commit is contained in:
2025-05-04 15:08:57 +02:00
parent 93126ecd47
commit c82df663df
5 changed files with 257 additions and 82 deletions

View File

@ -73,4 +73,8 @@ export const backend = {
return this.callPromise('getall', {});
},
getAllGrouped(status) {
return this.callPromise('getallgrouped', {});
},
};