我的导出的按钮里的js写的是var d = this.options.form.getWidgetByName("dcj").getValue();
var r = this.options.form.getWidgetByName("radio").getValue();
var k = this.options.form.getWidgetByName("ksrq").getValue();
var j = this.options.form.getWidgetByName("jsrq").getValue();
var t = this.options.form.getWidgetByName("ty").getValue();
var arr = new Array();
arr = t.split(",");
window.open(FR.cjkEncode("http://localhost:8075/WebReport/ReportServer?reportlets=&format=excel"));
现在如果只有这一个写死的ty类型的话,导出是正确的,但是如果是多个属性就会报错。
编辑于 2017-8-25 16:01