参考分 Sheet 导出 Excel-https://help.finereport.com/doc-view-3233.html
你的参数是导出类型里面获取,那就直接 参数=导出类型控件名称就可以
你的下拉框不是指定了那个页签了,俩面实际值就是sheet页签序号就可以
var REPORT_URL = '${servletURL}?reportlet=导出维度0701.cpt&op=write&format=excel&dis_date='+dis_date + '&cptName=' + cptName + '&radioGroup0=' + radioGroup0 + '&PPCPZ=' + PPCPZ+'&sheets=['+你需要的页签+']';