From 172053309302ca857aae36d6769157dc7bb43472 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Sat, 07 Sep 2024 16:54:33 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh

---
 gz-customerSystem/src/views/register/matterDetail/FileUpLoad.jsx |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/gz-customerSystem/src/views/register/matterDetail/FileUpLoad.jsx b/gz-customerSystem/src/views/register/matterDetail/FileUpLoad.jsx
index 3167be5..5d1dba2 100644
--- a/gz-customerSystem/src/views/register/matterDetail/FileUpLoad.jsx
+++ b/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)

--
Gitblit v1.8.0