mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
use loadItems with second condition
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user