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

This commit is contained in:
2betop 2020-06-17 09:24:20 +08:00
parent 7e4afe85c0
commit 6cf3347055
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',
'header',
'columns',
'size'
'size',
'onChange',
'onInit',
'onSaved'
];
static defaultProps = {
toolbarInline: true,