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)