mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 10:59:42 +08:00
ts 错误
This commit is contained in:
parent
6a81280251
commit
c019d099fd
@ -863,7 +863,7 @@ export default class Form extends React.Component<FormProps, object> {
|
||||
);
|
||||
finalRedirect && env.jumpTo(finalRedirect, action);
|
||||
} else if (action.reload || reload) {
|
||||
this.reloadTarget(action.reload || reload, store.data);
|
||||
this.reloadTarget(action.reload || reload!, store.data);
|
||||
}
|
||||
|
||||
action.close && this.closeTarget(action.close);
|
||||
|
Loading…
Reference in New Issue
Block a user