From 48338f6e5bd42fc3617d44c49aa825046e1f1730 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Wed, 11 Sep 2024 12:43:36 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh

---
 gz-customerSystem/src/views/register/index.jsx |   16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/gz-customerSystem/src/views/register/index.jsx b/gz-customerSystem/src/views/register/index.jsx
index 8a94c92..e60ca7b 100644
--- a/gz-customerSystem/src/views/register/index.jsx
+++ b/gz-customerSystem/src/views/register/index.jsx
@@ -115,9 +115,7 @@
 
     },
   ]
-
   const [fakeData1, setFakeData1] = useState([])
-
   const [columnType, setColumnType] = useState([
     {
       title: '流转时间',
@@ -532,8 +530,7 @@
       ),
     },
   ];
-
-  const [column, setColumn] = useState([
+  const column = [
     {
       title: '流转时间',
       dataIndex: 'turnaroundTime',
@@ -606,9 +603,8 @@
         </Space>
       ),
     },
-  ])
-
-  const [backColumn, setBackColumn] = useState([
+  ]
+  const backColumn = [
     {
       title: '回退时间',
       dataIndex: 'turnaroundTime',
@@ -676,9 +672,9 @@
         </Space>
       ),
     },
-  ])
+  ]
 
-  const [mangeColumn, setMangeColumn] = useState([
+  const mangeColumn = [
     {
       title: '督办时间',
       dataIndex: 'turnaroundTime',
@@ -748,7 +744,7 @@
         </Space>
       ),
     },
-  ])
+  ]
 
   //结案申请
   const caseResultApply = [

--
Gitblit v1.8.0