From c685600f0df11156ff5dc24020d6b7d02ab3e071 Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Wed, 11 Sep 2024 12:29:44 +0800 Subject: [PATCH] 修改 --- gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx b/gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx index 7459653..b561dac 100644 --- a/gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx +++ b/gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx @@ -393,7 +393,14 @@ </Space> </Col> <div style={{ marginBottom: '65px' }}> - <FileTable mainId={props.mainId} fileInfoList={props.fileInfoList} isReview={false} /> + <FileTable + mainId={props.mainId} + fileInfoList={props.fileInfoList} + isReview={false} + handleSaveList={(list) => { + props.formRef.current.setFieldValue('fileInfoList', list) + }} + /> </div> <DocumentScanner visible={scanFile} -- Gitblit v1.8.0