https://help.fanruan.com/finereport/doc-view-633.html?source=4
Tab块
假按钮,然后js控制TAB块切换
用动态参数来进行切换。设置动态参数例如:1.2.3.4。
数据集用当参数=1时年龄的数据;
参数=2时性别的数据;
。。。。
这样就可以了
var re = this.options.form.getWidgetByName("report0");
re.gotoPage(1, "{参数名:'" + 参数值 + "'}", true);