一个需求,如果直接用window.open,那么会在浏览器页签上打开一个新网页,如果想实现在决策系统打开一个新页签,该怎么设置呢?
window.parent.FS.tabPane.addItem({title:"报表名",src:"${servletURL}?reportlet=ETCP/Channel/merchant_channel_city_month.cpt&channel="+FR.cjkEncode(channel)});
或者用插件https://help.fanruan.com/finereport/doc-view-2415.html?source=1
window.location.href=url;
平台内打开标签页插件-https://help.fanruan.com/finereport/doc-view-2415.html
FS决策系统-https://help.fanruan.com/finereport/doc-view-606.html
window.parent.FS.tabPane.addItem({title:"标签页名",src:"网址"});