Commit 05e95f1c by zhaochengxiang

bug fix

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