1、对a-tree-select组件的props属性向下透传
2、a-tree-select组件的事件全部向上暴露
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
{ title: '角色编码', dataIndex: 'roleCode', align: 'center', width: 120 }
|
||||
]
|
||||
}
|
||||
},
|
||||
created(){
|
||||
console.log(this.$attrs)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user