forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-07 f61ceb4a3f92c6c53e55fd6a5842aeab334e5389
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)