deals hotfix
This commit is contained in:
parent
5fedf5e1de
commit
61d608d31f
@ -1096,6 +1096,8 @@ class LeasingRegistration extends Step
|
||||
|
||||
_handle_onFinishEDO = () =>
|
||||
{
|
||||
const { onDealContractsUpdate } = this.props;
|
||||
|
||||
this.setState({ edo: false, checked: [] }, () =>
|
||||
{
|
||||
onDealContractsUpdate();
|
||||
@ -1114,6 +1116,8 @@ class LeasingRegistration extends Step
|
||||
|
||||
_handle_onFinishPaper = () =>
|
||||
{
|
||||
const { onDealContractsUpdate } = this.props;
|
||||
|
||||
this.setState({ paper: false, checked: [] }, () =>
|
||||
{
|
||||
onDealContractsUpdate();
|
||||
|
||||
@ -416,7 +416,7 @@ class EDOSign extends React.Component
|
||||
});
|
||||
}
|
||||
|
||||
_handle_onGoToEDO = () =>
|
||||
_handle_onGoToEDO = (index) =>
|
||||
{
|
||||
const { documents } = this.state;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user