报错:CustomJSError : getWidgetByName is not defined
已处理
var c=this.getValue();
var b=c.split(",");
if(b.length>0) {
var URL='/webroot/decision/view/report?viewlet=GettingStarted.cpt';
window.open(encodeURI(encodeURI(URL))); //在新标签页打开报表
}