From 2249173f0e9f01a37fdebe9f21331da83ea8c95c Mon Sep 17 00:00:00 2001 From: zhaoy <137053305@qq.com> Date: Sun, 7 Apr 2024 10:56:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../database/basic/batching/components/CreateForm.jsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/pages/database/basic/batching/components/CreateForm.jsx b/src/pages/database/basic/batching/components/CreateForm.jsx index 85faca2..4d56ade 100644 --- a/src/pages/database/basic/batching/components/CreateForm.jsx +++ b/src/pages/database/basic/batching/components/CreateForm.jsx @@ -174,6 +174,7 @@ const CreateForm = (props) => { formRef={formRef} initialValues={props.values} onFinish={props.onFinish} + submitter={false} > @@ -301,12 +302,13 @@ const CreateForm = (props) => { /> - {/* - + + + - */} + );