This commit is contained in:
2021-02-10 15:53:45 +00:00
parent 6198714184
commit aa5a952aa4
90 changed files with 478 additions and 477 deletions

View File

@@ -4,13 +4,13 @@
<v-form ref="form">
<v-row>
<!-- {{ toUsers }} -->
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
<v-col cols="12">
<gz-pick-list
:allowNoSelection="false"
:canClear="false"
:ayaType="ayaTypes().User"
:showEditIcon="false"
:allow-no-selection="false"
:can-clear="false"
:aya-type="ayaTypes().User"
:show-edit-icon="false"
v-model="pickListSelectedUserId"
:label="$ay.t('UserList')"
ref="userPickList"