refactor Dropdown

- load dropdown only if dropdown before was chosen
- validation if field in between is empty
- ensure no null value gets into route
This commit is contained in:
ma0068
2025-12-02 17:30:11 +01:00
parent 6c2a2e4665
commit f0641ddd6d
3 changed files with 78 additions and 116 deletions
-1
View File
@@ -94,7 +94,6 @@ export default {
};
},
eventsStgOrg(start_date, end_date, stg_kz, sem, verband, gruppe) {
console.log("stg_Kz" + stg_kz + " sem " + sem + " vb " + verband + " gr " + gruppe);
return {
method: 'post',
url: '/api/frontend/v1/lvPlan/eventsStgOrg',