测试.rar
https://help.fanruan.com/finereport/doc-view-4211.html
tabpane0添加初始化事件
setTimeout(function(){
_g().getWidgetByName("tabpane0").showCardByIndex(FR.IndexNum);
},100)
再添加切换事件
setTimeout(function()
{
FR.IndexNum=_g().getWidgetByName("tabpane0").getShowIndex();
},500);
——