一、getCheckedNodes的使用
<Tree ref="tree" :data="baseData" :multiple="true" @on-select-change="checkBoxSel" show-checkbox></Tree>
加上 图中圈中的元素
再在方法中使用以下代码获取
let treeNode = this.$refs.tree.getCheckedNodes()
成功取到 SUCCESS!!!!!!!!!
标签:undefined,read,getCheckedNodes,Cannot,reading,properties From: https://www.cnblogs.com/mangoubiubiu/p/17034715.html