From 3379f5e1972498f25a9a37fae53685431adcd6c9 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 26 二月 2024 17:52:45 +0800
Subject: [PATCH] 2024-02-26

---
 src/templates/sharecomponent/actioncomponent/verifyexcelin/columnform/index.jsx |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelin/columnform/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelin/columnform/index.jsx
index 7450d0d..28f2df9 100644
--- a/src/templates/sharecomponent/actioncomponent/verifyexcelin/columnform/index.jsx
+++ b/src/templates/sharecomponent/actioncomponent/verifyexcelin/columnform/index.jsx
@@ -45,10 +45,11 @@
           values.limit = ''
         }
 
-        this.props.columnChange(values)
-        this.props.form.setFieldsValue({
-          Column: '',
-          Text: ''
+        this.props.columnChange(values, () => {
+          this.props.form.setFieldsValue({
+            Column: '',
+            Text: ''
+          })
         })
       }
     })

--
Gitblit v1.8.0