Commit c8afe2df by lp784568205

新增刷新页面方法

parent 843dee79
......@@ -1119,6 +1119,7 @@ export default {
type: "success",
})
.then(() => {
window.opener.location.reload();
window.close();
})
.catch(() => {
......
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