setTimeout(function(){ var show_index=_g().getWidgetByName("tabpane0").getShowIndex(); //alert(show_index);
//window.location="${servletURL}?formlet=GettingStarted.cpt&show_index="+show_index; var URL="${servletURL}?formlet=GettingStarted.cpt&show_index="+show_index; window.open(encodeURI(encodeURI(URL))); },100); 执行以后,显示以下弹窗,没有跳转到新的报表 |