fix: Options VnSelect properties #746

Merged
alexm merged 5 commits from 6943_fix_customer_module into dev 2024-09-24 05:41:50 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit ab0c38810a - Show all commits

View File

@ -428,7 +428,9 @@ function handleLocation(data, location) {
:label="t('customer.basicData.salesPerson')"
:params="{
departmentCodes: ['VT', 'shopping'],
}"
}"
:option-label="'nickname'"
:option-value="'id'"
:fields="['id', 'nickname']"
sort-by="nickname ASC"
emit-value