这个要添加自定义导出按钮,
var DIQU = this.options.form.getWidgetByName("Diqu").getValue(); //参数控件名,按需添加,不需要可以不加
var RIQI = this.options.form.getWidgetByName("Riqi").getValue(); // 参数控件名,按需添加,不需要可以不加
var REPORT_URL='${servletURL}?reportlet=备份/导出测试frist.cpt&Diqu='+DIQU+'&Riqi='+RIQI+'&format=excel';
window.location=encodeURI(REPORT_URL);