点击fvs报表的单元格能直接超链导出cpt报表吗
https://help.fanruan.com/finereport/doc-view-3321.html
或者
https://help.fanruan.com/finereport/doc-view-1142.html
直接类似这样
//参数获取
let dq=duchamp.getWidgetByName('地区').getValue();
FR.doHyperlinkByGet({
//报表路径
"url":"/webroot/decision/view/report?viewlet=GettingStarted.cpt",
//参数
"para":{ "地区":dq,
"format":"excel",
"extype":"simple"
}
, "target":"_self"
})