子报表有多个tab,主报表点击某个值,跳转到某个tab
参考JS实现点击超链切换Tab块-https://help.fanruan.com/finereport/doc-view-2099.html
在子决策报表,bady初始化后加js代码
最好做个延时,假设跳转到第二个tab页
setTimeout(function(){
_g().options.form.getWidgetByName("tabpane0").showCardByIndex(1);
},500)
tab块没有单独的路径 不能直接点击跳转
https://help.fanruan.com/finereport/doc-view-2099.html?source=1
但是可以这样