From 8458ca95edf544d55e1dda87eaa14bb0aa8b5cb5 Mon Sep 17 00:00:00 2001 From: tangjie <122778500@qq.com> Date: Wed, 5 Aug 2026 18:03:46 +0800 Subject: [PATCH] fix --- .../FilingForm/components/CommitmentStep.jsx | 5 ++++- .../Container/QualApplication/FilingForm/index.js | 15 ++++++++++++--- .../Container/QualApplication/FilingListTable.jsx | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) 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({ >