diff --git a/src/pages/Container/QualApplication/FilingForm/components/CommitmentStep.jsx b/src/pages/Container/QualApplication/FilingForm/components/CommitmentStep.jsx index b1c4476..4efad4f 100644 --- a/src/pages/Container/QualApplication/FilingForm/components/CommitmentStep.jsx +++ b/src/pages/Container/QualApplication/FilingForm/components/CommitmentStep.jsx @@ -48,7 +48,8 @@ export default function CommitmentStep({ form, disabled, personnelOptions = [], - commitment, + handleVerifyConfirm, + mode }) { const legalRepName = Form.useWatch("legalRepName", form); const filingUnitName = Form.useWatch("filingUnitName", form); @@ -67,6 +68,7 @@ export default function CommitmentStep({ legalRepName: selected?.staffName || selected?.label || "", legalRepSignatureUrl: null }); + handleVerifyConfirm({ isSaveDraft: true, isSign: true }); }; return ( @@ -113,6 +115,7 @@ export default function CommitmentStep({ >