Feature: KI-Jahresberichte speichern + Archiv + Download — SW by-v505, APP_VER 482
This commit is contained in:
parent
b4de0aa27c
commit
9832cd24d8
6 changed files with 146 additions and 17 deletions
|
|
@ -692,6 +692,8 @@ const API = (() => {
|
|||
},
|
||||
hundBeschreibung(hundId) { return post('/zucht-ki/hund-beschreibung', { hund_id: hundId }); },
|
||||
jahresbericht() { return post('/zucht-ki/jahresbericht', {}); },
|
||||
jahresberichtList() { return get('/zucht-ki/jahresbericht'); },
|
||||
jahresberichtGet(id) { return get(`/zucht-ki/jahresbericht/${id}`); },
|
||||
};
|
||||
|
||||
const osm = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue