fix: 03 form value
This commit is contained in:
parent
701d82e7a7
commit
7473275bc4
2 changed files with 3 additions and 3 deletions
|
|
@ -68,7 +68,7 @@ onMounted(async () => {
|
|||
<q-select
|
||||
id="select-business-type"
|
||||
emit-value
|
||||
option-value="label"
|
||||
option-value="value"
|
||||
option-label="label"
|
||||
map-options
|
||||
:dense="dense"
|
||||
|
|
@ -95,7 +95,7 @@ onMounted(async () => {
|
|||
<q-select
|
||||
id="select-job-position"
|
||||
emit-value
|
||||
option-value="label"
|
||||
option-value="value"
|
||||
option-label="label"
|
||||
map-options
|
||||
:dense="dense"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue