Commit 169771c0 by zhaochengxiang

bug

parent f5ff4ed8
......@@ -66,8 +66,8 @@ const FC = (props) => {
const onOk = async () => {
try {
await historicalForm.validateFields();
await zipperForm.validateFields();
createHistorical && await historicalForm.validateFields();
createZipper && await zipperForm.validateFields();
const newModelerData = {...modelerData};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment