Merge branch 'develop' of http://10.0.6.99/gwall/gwall.git into develop

This commit is contained in:
wangxin
2018-07-20 18:25:51 +08:00
13 changed files with 13 additions and 0 deletions

View File

@@ -721,6 +721,7 @@ var page=function(n,s){
$("#pageNo").val(n);
$("#pageSize").val(s);
$("#searchForm").submit();
loading();
return false;
}