gz-customerSystem/src/views/register/matterDetail/FileUpLoad.jsx
@@ -35,7 +35,6 @@ const handleScaned = () => { setScaned(true) const content = fileView.response.data.ocrResult.wordsResult.join('\n') setTimeout(() => { console.log(formRef.current, content); formRef.current.setFieldValue('scanContent', content) @@ -84,7 +83,6 @@ }} tip='支持png、 jpg、pdf等格式文件上传,每次上传大小不超过10M' showUploadList={{ // Please dont remove this comment fileIcon: <IconLink style={{ color: '#1D2129' }} />, }} // onChange={(info, currentFile) => {