JS跳转页面怎么把参数传递过去呀
servletURL}?reportlet=dd.cpt&op=write&kh="+kh+"&id="+id 这样就好了
&op=write 是预览模式 这个是填报的预览模式
&kh 是你另外的模板设置指定参数名
kh 是你定义的参数名
超级链接使用JS并传参-https://help.finereport.com/doc-view-911.html
https://help.finereport.com/doc-view-947.html
看下JS脚本传参
多个传参 window.open("${servletURL}?viewlet=doc/SpecialSubject/HyplinkReport/超级链接到有参数的模板-子模板.cpt&op=view&area="+A+"&参数2="+参数);