通过 this.$refs.tree.setCheckedKeys([]) 即可清空Element - Tree - 树节点的选择示例中演示了如何进⾏清空。 通过 this.$refs.tree.setCheckedKeys([]) 即可清空// alloc-menu.vue @click=“resetChecked”>清空 … // 设置清空⽅法 resetChecked () { this.$refs[‘menu-tree’].setCheckedKeys([]) }