Open elevenwangyang opened 3 years ago
Translation of this issue:
2.14.1
win10
2.6.10
https://codepen.io/eleven-wang/pen/LYRjyrp
Set emit path to "false" and print the value when the change method is triggered
Returns the value that should be the node
The actual return is an array composed of the values of all levels of the menu where the node is located
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.
Element UI version
2.14.1
OS/Browsers version
win10
Vue version
2.6.10
Reproduction Link
https://codepen.io/eleven-wang/pen/LYRjyrp
Steps to reproduce
将emit-path设置为"false",change方法触发的时候打印出value的值
What is Expected?
返回应该是该节点的值
What is actually happening?
实际返回由该节点所在的各级菜单的值所组成的数组