wsfe / vue-tree

使用虚拟列表优化的 Vue 树组件 Vue tree component optimized using virtual list
https://wsfe.github.io/vue-tree/
MIT License
197 stars 38 forks source link

大佬请教一下,修改其中一个数据的状态,怎么触发试图更新 #47

Closed hu2014 closed 1 year ago

hu2014 commented 1 year ago

就是树形节点,我只改变其中一个节点的状态,怎么触发试图更新,不影响其它节点,比如说展开状态、当前选中值等

hu2014 commented 1 year ago

不用了,我拉下来本地修改了。把updateBlockNodes 这个方法开放出去,然后通过getFlatData获取到数据之后,在调用updateBlockNodes ,这样应该是最小的性能消耗了吧