CRUD 不透传 Dialog 下发的几个事件

This commit is contained in:
2betop 2020-06-17 09:24:20 +08:00
parent 21ccfc20e8
commit 9780173fcb
1 changed files with 4 additions and 1 deletions

View File

@ -121,7 +121,10 @@ export default class CRUD extends React.Component<CRUDProps, any> {
'source', 'source',
'header', 'header',
'columns', 'columns',
'size' 'size',
'onChange',
'onInit',
'onSaved'
]; ];
static defaultProps = { static defaultProps = {
toolbarInline: true, toolbarInline: true,