Commit 169771c0 by zhaochengxiang

bug

parent f5ff4ed8
...@@ -66,8 +66,8 @@ const FC = (props) => { ...@@ -66,8 +66,8 @@ const FC = (props) => {
const onOk = async () => { const onOk = async () => {
try { try {
await historicalForm.validateFields(); createHistorical && await historicalForm.validateFields();
await zipperForm.validateFields(); createZipper && await zipperForm.validateFields();
const newModelerData = {...modelerData}; 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