use loadItems with second condition

This commit is contained in:
ma0068
2025-03-04 14:11:40 +01:00
parent e69a9eeadb
commit d39dfbc41b
@@ -481,10 +481,10 @@ export default {
type="select"
v-model="formData.lehreinheit_id"
name="lehreinheit_id"
disabled
@focus="loadItems"
>
<option
v-for="le in lv_teile"
v-for="le in listles"
:key="le.lehreinheit_id"
:value="le.lehreinheit_id"
>