可以参考这个
https://help.fanruan.com/finereport/doc-view-1844.html
子窗口填报成功事件。。。然后写如下的js
window.parent._g().parameterCommit();
不行的话你上传一下模板上来。
加载结束 刷新父页面
window.onunload = function() {
this.opener.location.reload();
//父页面刷新
}