// 代码: const checkedNodes = this.$refs.asyncTree.getCheckedNodes(false, true) // 遍历一下就可以获得所有id const ids = checkedNodes.map(item=>item.id) console.log(ids)
标签:const,ids,checkedNodes,节点,ui,element,id From: https://www.cnblogs.com/xingqitian/p/17814616.html