您好,我开发出来后按导出弹出新的网页是新的筛选内容,但是原来那个网页内容也变成一样了,我看您的模板原网页的内容是不变的,请问是什么原因导致的?
var CASE_NO = this.options.form.getWidgetByName("CASE_NUMBER").getValue();
var REPORT_URL='/WebReport/ReportServer?reportlet=second.cpt&CASE_NUMBER='+CASE_NO+'&format=excel';
window.location=(FR.cjkEncode(REPORT_URL));
window.open('/WebReport/ReportServer?reportlet='+FR.cjkEncode("second")+'.cpt&CASE_NUMBER='+FR.cjkEncode(CASE_NO));
window.location=(FR.cjkEncode(REPORT_URL));
编辑于 2019-8-30 16:52
|