通过网络报表打开填报窗口,如何填报成功后通过事件JS关闭
[App]填报成功关闭当前页面并刷新父页面-https://help.fanruan.com/finereport/doc-view-2338.html
JS实现关闭子页面时刷新父页面-https://help.fanruan.com/finereport/doc-view-1754.html
setTimeout(function(){
parent._g().parameterCommit();
parent.FR.closeDialog();
parent.FR.destroyDialog();
},1000);