From da64ab0923bf8817fc8599a6e37b953ce38f64c8 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 27 八月 2023 18:37:36 +0800
Subject: [PATCH] 2023-08-27

---
 src/templates/sharecomponent/actioncomponent/verifyexcelin/columnform/index.jsx |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelin/columnform/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelin/columnform/index.jsx
index 7724f6c..e3eda1e 100644
--- a/src/templates/sharecomponent/actioncomponent/verifyexcelin/columnform/index.jsx
+++ b/src/templates/sharecomponent/actioncomponent/verifyexcelin/columnform/index.jsx
@@ -46,16 +46,9 @@
         }
 
         this.props.columnChange(values)
-        this.setState({
-          locked: false,
-          type: 'Nvarchar(50)'
-        })
         this.props.form.setFieldsValue({
           Column: '',
-          Text: '',
-          required: 'true',
-          import: 'true',
-          type: 'Nvarchar(50)'
+          Text: ''
         })
       }
     })
@@ -148,6 +141,7 @@
                 <Radio.Group>
                   <Radio value="true">鏄�</Radio>
                   <Radio value="false">鍚�</Radio>
+                  <Radio value="init">鍒濆鍖�</Radio>
                 </Radio.Group>
               )}
             </Form.Item>

--
Gitblit v1.8.0