报表tab默认选择标签
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
$(".Wdate").attr("value",'');
|
||||
$("#searchForm")[0].reset();
|
||||
});
|
||||
if(!"${bean.reportBusinessType}"){
|
||||
if(!"${bean.reportBusinessType}"){//default
|
||||
$("#reportBusinessType").val("label_report");
|
||||
ajaxReport("/report/ajaxNtcTagReport","#label");
|
||||
}else if("${bean.reportBusinessType}"=="label_report"){
|
||||
ajaxReport("/report/ajaxNtcTagReport","#label");
|
||||
|
||||
Reference in New Issue
Block a user