fix: CustomerList form salesPersons options
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Javier Segarra 2024-10-02 08:37:03 +00:00
parent 90853396ba
commit 6c97f5eeb3
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ const columns = computed(() => [
fields: ['id', 'name'],
where: { role: 'salesPerson' },
optionFilter: 'firstName',
useLike: false,
useLike: true,
},
create: false,
columnField: {
@ -425,7 +425,7 @@ function handleLocation(data, location) {
}"
:fields="['id', 'nickname']"
sort-by="nickname ASC"
:use-like="false"
:use-like="true"
emit-value
auto-load
>