Joyboo
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/Form/src/components/ApiSelect.vue
|
|
|
@ -77,9 +77,9 @@ |
|
|
|
if (next) { |
|
|
|
const value = next[valueField]; |
|
|
|
prev.push({ |
|
|
|
...omit(next, [labelField, valueField]), |
|
|
|
label: next[labelField], |
|
|
|
value: numberToString ? `${value}` : value, |
|
|
|
...omit(next, [labelField, valueField]), |
|
|
|
}); |
|
|
|
} |
|
|
|
return prev; |
|
|
|
|