Element UI version
2.13.2
OS/Browsers version
Google Chrome Version 85.0.4183.102 (Official Build) (64-bit)
Vue version
2.6.12
Reproduction Link
https://codepen.io/matamune94/pen/VwaGWJO?editors=1010
Steps to reproduce
create vue and add el-select
What is Expected?
box select show Option 4 not Option 5
What is actually happening?
v-model="value1" have item is { _id: 'Option4', name: 'Option4' } but box select show Option 5
4条答案
按热度按时间w6mmgewl1#
not match.
hyrbngr72#
not match.
why ?
qxgroojn3#
因为,你绑定的value是_id的值,但是你提供的数组,你应该提供id就可以了,像这样子:
vuktfyat4#
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.