Commit ff68c40e by zhaochengxiang

提交后关闭浏览器

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