帮助文档有提供平台内打开新标签页的JS方法
FS决策系统-https://help.fanruan.com/finereport/doc-view-606.html
window.parent.FS.tabPane.addItem({title:"baidu",src:"http://www.baidu.com"})
想问下 有没有平台内当前标签页打开链接的方法呢
两种方法:1.用超链接覆盖当期页:FR.doHyperlinkByGet({title:title,url:'${servletURL}?viewlet=MemReport/'+url+"&btype="+btype+"&types="+types+"&IS_KH="+IS_KH+"&org="+org,target:'_self'})
2.用插件:平台内打开标签页
当前标签页?
window.location='http://www.baidu.com';
标题名怎么改不知道
https://market.fanruan.com/plugin/b4f26aca-8dfb-41a7-9a29-bda23b82a885
====
平台内打开标签页插件-https://help.fanruan.com/finereport/doc-view-2415.html
=======
目前还没有这个APIhttps://help.fanruan.com/finereport/doc-view-2415.html?source=1用插件代替吧报表内倒是可以
FR. doHyperlinkByPost(url,config,target,feature)
target这个参数设置为self