子页面填报成功后关闭子页面,并且刷新frm父页面中其中一个网页框
参考
JS实现决策报表中网页框刷新 https://help.fanruan.com/finereport/doc-view-2576.html
在决策报表中使用网页框控件-https://help.fanruan.com/finereport/doc-view-1300.html
用这个刷新代码试试
var Widget = window.parent._g().getWidgetByName('rHIframe0');Widget.setValue("http://localhost:8075/webroot/decision/view/report?viewlet=GettingStarted.cpt");