riophae / vue-treeselect

A multi-select component with nested options support for Vue.js
https://vue-treeselect.js.org/
MIT License
2.91k stars 509 forks source link

Do not set the property ' value-consists-of' #412

Open jrw1200 opened 4 years ago

jrw1200 commented 4 years ago

Select the parent node, And only the parent nodes are shown, Gets the selected parent node and its descendants. I tried recursion,But there was a problem when the data was backfilled

jrw1200 commented 4 years ago

设置value-consists-of默认,选中父节点,但是我需要value数组中包含所有被选中父节点下的后代节点,目前可以使用递归数据拿去对应父节点的后代数据,但是后端返回数据与该设置属性有冲突,会造成key值重复