这个实际值带后缀名么?
------------------
如果是cpt
window.location = encodeURI("${servletURL}?viewlet=" + reportType + ".cpt&statisticsType=" + statisticsType
+ "&dateType=" + dateType + "&creationDate=" + creationDate + "&orgType=" + orgType
+ "&orgId=" + orgId + "&caseType=" + caseType + "®isterType=" + registerType);
如果是frm
window.location = encodeURI("${servletURL}?viewlet=" + reportType + ".frm&statisticsType=" + statisticsType
+ "&dateType=" + dateType + "&creationDate=" + creationDate + "&orgType=" + orgType
+ "&orgId=" + orgId + "&caseType=" + caseType + "®isterType=" + registerType);