From 3b2205edbfd11eefe242355ec6fd1abeee2d5deb Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Mon, 09 Sep 2024 15:35:43 +0800
Subject: [PATCH] 纠纷类型js修改

---
 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