清空树
this.$refs.tree.setCheckedKeys([])
获取已选树
const tree = this.$refs['tree'] this.selIds = tree.getCheckedKeys().concat(tree.getHalfCheckedKeys())
清空树
this.$refs.tree.setCheckedKeys([])
获取已选树
const tree = this.$refs['tree'] this.selIds = tree.getCheckedKeys().concat(tree.getHalfCheckedKeys())