Commit 05e95f1c by zhaochengxiang

bug fix

parent 227e2dbf
...@@ -23,6 +23,7 @@ const FC = (props) => { ...@@ -23,6 +23,7 @@ const FC = (props) => {
const close = (refresh = false) => { const close = (refresh = false) => {
setWaiting(false) setWaiting(false)
form?.resetFields()
onCancel?.(refresh) onCancel?.(refresh)
} }
......
...@@ -66,7 +66,7 @@ const StartFlowModal = (props) => { ...@@ -66,7 +66,7 @@ const StartFlowModal = (props) => {
return ( return (
<Modal <Modal
forceRender destroyOnClose
visible={visible} visible={visible}
title='资产目录申请' title='资产目录申请'
width={520} width={520}
......
...@@ -23,6 +23,7 @@ const FC = (props) => { ...@@ -23,6 +23,7 @@ const FC = (props) => {
const close = (refresh = false) => { const close = (refresh = false) => {
setWaiting(false) setWaiting(false)
form?.resetFields()
onCancel?.(refresh) onCancel?.(refresh)
} }
......
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