给交互按钮添加点击事件:<el-button @click="getCheckedKeys">传给后台定义方法:getCheckedKeys() {console.log(this.$refs.tree.getCheckedKeys());},