决策报表,实现通过下拉框选择,来切换对应的tab块,比如选择江苏,tab块切换到tab标题为江苏的tab块
下拉框控件-编辑后事件:
-----------------------
var ak= this.getValue();
_g().options.form.getWidgetByName("tabpane0").showCardByIndex(ak);
参考下JS实现隐藏Tab页-https://help.fanruan.com/finereport/doc-view-2083.html
https://help.fanruan.com/finereport10.0/doc-view-2083.html?source=4
JS实现隐藏Tab页
https://help.fanruan.com/finereport/doc-view-2099.html 参考