From 628cbfd7936c18d55377a857990e5c74eba40977 Mon Sep 17 00:00:00 2001 From: tangjie <122778500@qq.com> Date: Tue, 4 Aug 2026 16:42:46 +0800 Subject: [PATCH] fix --- .../FilingForm/components/BasicInfoStep.jsx | 4 ++-- .../FilingForm/components/CommitmentStep.jsx | 22 +++++++++++++------ 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/src/pages/Container/QualApplication/FilingForm/components/BasicInfoStep.jsx b/src/pages/Container/QualApplication/FilingForm/components/BasicInfoStep.jsx index c34529e..7523aeb 100644 --- a/src/pages/Container/QualApplication/FilingForm/components/BasicInfoStep.jsx +++ b/src/pages/Container/QualApplication/FilingForm/components/BasicInfoStep.jsx @@ -62,11 +62,11 @@ export default function BasicInfoStep({ form, disabled, mode }) { - + {mode!=='application' && - + } { if (!personnelId) { - form.setFieldsValue({ legalRepPersonnelId: undefined, legalRepName: "" }); + form.setFieldsValue({ legalRepPersonnelId: undefined, legalRepName: "", legalRepSignatureUrl: null }); return; } const selected = personnelOptions.find( @@ -65,6 +65,7 @@ export default function CommitmentStep({ form.setFieldsValue({ legalRepPersonnelId: personnelId, legalRepName: selected?.staffName || selected?.label || "", + legalRepSignatureUrl: null }); }; @@ -103,9 +104,11 @@ export default function CommitmentStep({ - +