deals hotfix

This commit is contained in:
merelendor 2023-10-18 12:12:22 +03:00
parent 5fedf5e1de
commit 61d608d31f
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -416,7 +416,7 @@ class EDOSign extends React.Component
});
}
_handle_onGoToEDO = () =>
_handle_onGoToEDO = (index) =>
{
const { documents } = this.state;