恢复成之前的写法

This commit is contained in:
吴多益 2021-12-14 19:02:59 +08:00 committed by GitHub
parent a573d2e41e
commit cdd9d12d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -317,11 +317,7 @@ export default class Drawer extends React.Component<DrawerProps> {
return;
}
if (args.length) {
store.closeDialog(args[1]);
} else {
store.closeDialog();
}
}
handleChildFinished(value: any, action: Action) {