ts 错误

This commit is contained in:
2betop 2020-09-11 12:48:28 +08:00
parent 6a81280251
commit c019d099fd

View File

@ -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);