forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-11 ae1ed54b82a951a28da33391d4445280f86e9f7b
gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx
@@ -390,7 +390,17 @@
          <div className='MediationInfo-subTitle' style={{ marginTop: '-9px' }}></div><h4>事件材料</h4>
        </Space>
      </Col>
      <FileTable mainId={props.mainId} fileInfoList={props.fileInfoList} isReview={false}/>
      <div style={{ marginBottom: '65px' }}>
        <FileTable
          mainId={props.mainId}
          fileInfoList={props.fileInfoList}
          isReview={false}
          handleSaveList={(list) => {
            props.formRef.current.setFieldValue('fileInfoList', list)
          }}
        />
      </div>
      <DocumentScanner
        visible={scanFile}