1、对a-tree-select组件的props属性向下透传

2、a-tree-select组件的事件全部向上暴露
This commit is contained in:
yaoyanan
2021-04-06 18:06:13 +08:00
parent f0c601ad09
commit 6743281d9f
6 changed files with 49 additions and 32 deletions
@@ -31,6 +31,9 @@
{ title: '角色编码', dataIndex: 'roleCode', align: 'center', width: 120 }
]
}
},
created(){
console.log(this.$attrs)
}
}
</script>