forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-11 7938180736be7e610ef1f27e03b2d3e1b753fe2e
gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx
@@ -392,7 +392,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}