如何实现子页面提交之后关闭,刷新父页面
https://bbs.fanruan.com/wenda/question/16731.html
https://help.fanruan.com/finereport/doc-view-1844.html ---子表刷新父表
------------------
https://help.fanruan.com/finereport/doc-view-1754.html JS实现关闭子页面时刷新父页面
添加填报成功事件
setTimeout(function() {
parent.g().parameterCommit();
window.parent.FR.closeDialog();
window.parent.FR.destroyDialog();
}, 1000);