不支持哦~
https://bbs.fanruan.com/wenda/question/174657.html
https://help.fanruan.com/finereport/doc-view-2177.html 换决策报表用tab做
这个需要自己改下
记住当前sheet页下标,然后加载结束跳转对应sheet页
参考
JS实现页面加载后默认显示指定sheet页-https://help.fanruan.com/finereport/doc-view-1980.html
var a = _g().selectedIndex;
console.log(a);
$(".fr-sheetbutton-container").eq(a).trigger("click");
试下这个js