mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
use loadItems with second condition
This commit is contained in:
@@ -481,10 +481,10 @@ export default {
|
|||||||
type="select"
|
type="select"
|
||||||
v-model="formData.lehreinheit_id"
|
v-model="formData.lehreinheit_id"
|
||||||
name="lehreinheit_id"
|
name="lehreinheit_id"
|
||||||
disabled
|
@focus="loadItems"
|
||||||
>
|
>
|
||||||
<option
|
<option
|
||||||
v-for="le in lv_teile"
|
v-for="le in listles"
|
||||||
:key="le.lehreinheit_id"
|
:key="le.lehreinheit_id"
|
||||||
:value="le.lehreinheit_id"
|
:value="le.lehreinheit_id"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user