日期参数是拼接在跳转路径后面的,第一次打开页面时可以获取到,但是再选择其他日期跳转时日期没有发生变化。
https://help.fanruan.com/finereport10.0/doc-view-4007.html
--------
var rq1_=this.options.form.getWidgetByName("rq1_").getValue();
window.location = encodeURI(encodeURI("${servletURL}?viewlet=模板名称&rq1_="+rq1_));