obsolete use of viewData object from cisRouterView

This commit is contained in:
adisposkofh
2026-05-26 17:33:38 +02:00
parent b0f90cafb6
commit d7b2964e4e
5 changed files with 33 additions and 15 deletions
@@ -26,5 +26,11 @@ export default {
method: 'get',
url: '/api/frontend/v1/education/PaabgabeUebersicht/getPaAbgabetypen'
};
},
getViewData() {
return {
method: 'get',
url: '/api/frontend/v1/education/PaabgabeUebersicht/viewData'
};
}
};