(1)权限微调
(2)分页函数移动到common.js
This commit is contained in:
@@ -103,4 +103,12 @@ var areaControlInit=function(){
|
||||
}else{
|
||||
$("input[name='areaEffectiveIds']").val("");
|
||||
}
|
||||
}
|
||||
//查询
|
||||
var page=function(n,s){
|
||||
$("#intype").attr("name",$("#seltype").val());
|
||||
$("#pageNo").val(n);
|
||||
$("#pageSize").val(s);
|
||||
$("#searchForm").submit();
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user