From 5ee9584f0ba878514b58f2e37a9d01bca956cc46 Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Wed, 11 Sep 2024 14:11:37 +0800
Subject: [PATCH] 地域修改

---
 gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx |   10 +++++++++-
 1 files changed, 9 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..9713e5b 100644
--- a/gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx
+++ b/gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx
@@ -284,6 +284,7 @@
                 showSearch
                 onChange={(value, option) => {
                   if (option) {
+                    console.log(option)
                     props.formRef.current.setFieldsValue({
                       queProv: option[0].value,
                       queProvName: option[0].label,
@@ -393,7 +394,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