fvs报表里面判断下拉框值,如果为'1','2','3'的时候跳转到”页面2“,否则不跳转,请问怎样实现
var a = duchamp.getWidgetByName("fenye").getValue();
if(a=="1,2,3"){
duchamp.switchStory("页面2");
}
var aa= this.getValue();
if(aa==1||aa==2||aa==3){
windows.open("url");