Commit 4789133b authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复重新打开弹窗解释还存在的问题

parent 0c2deaa2
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-08-11 14:20:42
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-11 15:28:33
* @LastEditTime: 2021-08-18 10:44:56
* @Description: 解释 Modal
*/
import React from 'react';
......@@ -67,6 +67,7 @@ const ExplainModal: React.FC<ExplainModalProps> = (props) => {
confirmLoading={confirmLoading}
onOk={() => modalFormActions.submit()}
onCancel={handleClose}
destroyOnClose
>
<NiceForm
effects={() => {
......
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