refactor: id use value
This commit is contained in:
parent
e7897fba32
commit
4c4eb8443a
1 changed files with 1 additions and 1 deletions
|
|
@ -743,7 +743,7 @@ onMounted(async () => {
|
|||
v-if="step.responsibleInstitution"
|
||||
>
|
||||
<q-checkbox
|
||||
:id="`select-responsible-institution-${index}-${opt.label}-${onDrawer ? 'drawer' : 'dialog'}`"
|
||||
:id="`select-responsible-institution-${index}-${opt.value}-${onDrawer ? 'drawer' : 'dialog'}`"
|
||||
:model-value="
|
||||
step.responsibleInstitution.some(
|
||||
(v: string) => v === opt.value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue