Commit 7ccb84c7 by zhaochengxiang

模型新增 关闭窗口提示

parent a61696da
...@@ -87,7 +87,7 @@ const EditModel = (props) => { ...@@ -87,7 +87,7 @@ const EditModel = (props) => {
} }
const confirmQuit = (e) => { const confirmQuit = (e) => {
if (actionRef.current === 'edit') { if (actionRef.current==='edit' || actionRef.current==='add') {
e.returnValue = ''; e.returnValue = '';
} }
} }
......
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