el-tree默认展开或折叠,全选或全不选

参考文章:
添加链接描述

取不到就去root取

console.log(this.$refs.tree)
      console.log(this.$refs.tree.store.root.childNodes)
      console.log(this.$refs.tree.store.nodesMap)
      console.log(this.$refs.tree.store._getAllNodes())

版权声明:本文为jack_bob原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。