本页签打开
var b = this.options.form.getWidgetByName("type").getValue();
//alert(b)
if (b == 2) {
var a = this.options.form.getWidgetByName("mat").getValue();
FR.doHyperlinkByGet({title:'ss',url:"${servletURL}?viewlet=测试文件/ZPP02.cpt&type=" + b + "&mat=" + a,target:'_self'});
}