参考:倒计时消息提示框-https://help.fanruan.com/finereport/doc-view-3533.html
setTimeou(function(){
window.close();
window.parent.lacation.reload();
},1000);
-----
JS实现关闭子页面时刷新父页面- FineReport帮助文档 - 全面的报表使用教程和学习资料 (fanruan.com)
参考
JS实现子窗口填报后刷新父页面 - FineReport帮助文档 - 全面的报表使用教程和学习资料 (fanruan.com)