Commit ff68c40e by zhaochengxiang

提交后关闭浏览器

parent 68b7dfeb
...@@ -101,6 +101,7 @@ const FC = (props) => { ...@@ -101,6 +101,7 @@ const FC = (props) => {
callback: (data) => { callback: (data) => {
setWaiting(false) setWaiting(false)
showMessage('success', '提交成功') showMessage('success', '提交成功')
window.close()
}, },
error: () => { error: () => {
setWaiting(false) setWaiting(false)
......
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