fix merge
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
4e6dfbb868
commit
7cd3726aa4
|
@ -118,13 +118,13 @@ const filterOptions = {
|
|||
/>
|
||||
</VnRow>
|
||||
<VnRow class="row q-gutter-md q-mb-md">
|
||||
<!-- @filter="(value, update) => filter(value, update, filterOptions)" -->
|
||||
<QSelect
|
||||
:input-debounce="0"
|
||||
:label="t('customer.basicData.salesPerson')"
|
||||
:options="workers"
|
||||
:rules="validate('client.salesPersonFk')"
|
||||
url="Workers/activeWithInheritedRole"
|
||||
@filter="(value, update) => filter(value, update, filterOptions)"
|
||||
:filter="{ where: { role: 'salesPerson' } }"
|
||||
emit-value
|
||||
map-options
|
||||
|
|
Loading…
Reference in New Issue