mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:48:13 +08:00
恢复成之前的写法
This commit is contained in:
parent
a573d2e41e
commit
cdd9d12d8b
@ -317,11 +317,7 @@ export default class Drawer extends React.Component<DrawerProps> {
|
||||
return;
|
||||
}
|
||||
|
||||
if (args.length) {
|
||||
store.closeDialog(args[1]);
|
||||
} else {
|
||||
store.closeDialog();
|
||||
}
|
||||
store.closeDialog(args[1]);
|
||||
}
|
||||
|
||||
handleChildFinished(value: any, action: Action) {
|
||||
|
Loading…
Reference in New Issue
Block a user