Commit 252fcdf1 authored by 前端-许佳敏's avatar 前端-许佳敏

table弹窗修复

parent 9d37ea30
......@@ -19,6 +19,8 @@ const ModalTable:React.FC<ModalTableProps> = (props) => {
selfRef.current.resetField && selfRef.current.resetField({
validate: false
})
// 重新开启时需reload接口
selfRef.current.reload && selfRef.current.reload()
}
}, [visible, selfRef.current])
return (
......
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