var c=this.getValue();//参数的值
var bm=this.options.form.getWidgetByName("citycode").getValue();//参数2
var cs3=this.options.form.getWidgetByName("cityname").getValue();//参数3
var b=c.split(",");
if(b.length>0) {
var URL='/webroot/decision/view/report?viewlet=GettingStarted.cpt&参数名称='+c+'&mybm='+bm+'&cs3='+cs3; //把参数带过去
window.open(encodeURI(encodeURI(URL))); //在新标签页打开报表
}
加粗部分自己改报表名称或者路径,还有参数的名称