cpt模板的按钮如何js跳转到多页的fvs模板带参数
let bl="EEE";//这个可以动态获取参数
//let bl = this.options.form.getWidgetByName("cs").getValue();
var url = encodeURI("/webroot/decision/view/duchamp?viewlet=Template1.fvs&cs="+bl+"&page_number=1");
FR.doHyperlinkByGet({url:url,title:'跳转',target:'_blank'});
window.location = encodeURI(encodeURI("${servletURL}?viewlet=报表路径&cs="+cs));
FVS跳转网页链接/弹出框事件 https://help.fanruan.com/finereport/doc-view-4399.html
========================================
参考下面的格式写
window.open("/webroot/decision/view/duchamp?viewlet=Template1.fvs&aa=参数888");