fix: CustomerList form salesPersons options
gitea/salix-front/pipeline/pr-master This commit looks good
Details
gitea/salix-front/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
90853396ba
commit
6c97f5eeb3
|
@ -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
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue