决策报表某个组件,点击后弹出一个弹框,选择参数,点击查询后,参数传递回决策报表的组件,这种可以实现嘛?
window.parent._g().getWidgetByName("start_time").setValue("xxx")
js关闭弹窗
window.parent.FR.closeDialog(); //确定获取值后,关闭取消父窗口的对话框window.parent.FR.destroyDialog();