forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-11 8c51130620da8ef42591558e33b7069cecca2894
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}