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
2 changed files with 4 additions and 0 deletions

View File

@ -111,6 +111,8 @@ const exprBuilder = (param, value) => {
}"
:fields="['id', 'nickname']"
sort-by="nickname ASC"
option-label="nickname"
option-value="id"
Review

Sigue siendo el valor por defecto

Sigue siendo el valor por defecto
:rules="validate('client.salesPersonFk')"
:expr-builder="exprBuilder"
emit-value

View File

@ -429,6 +429,8 @@ function handleLocation(data, location) {
:params="{
departmentCodes: ['VT', 'shopping'],
}"
option-label="nickname"
option-value="id"
:fields="['id', 'nickname']"
sort-by="nickname ASC"
emit-value