赞
踩
效果如上图↑
- // 展开or折叠所有节点
- expandAllNodes(expanded=true) {
- this.$refs.tree.store._getAllNodes().forEach(v => v.expanded = expanded);
- },
然后务必在
...
node-key="id" //加入这个属性,否者代码无法生效
...
</el-tree>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。