diff --git a/.gitignore b/.gitignore index 40f5227..f221d07 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,4 @@ hs_err_pid* /WebRoot/uploadFile/ /WebRoot/WEB-INF/classes/ *.iml +/WebRoot/logs/ diff --git a/WebRoot/admin/communitylist.jsp b/WebRoot/admin/communitylist.jsp index 26032b0..72f3874 100644 --- a/WebRoot/admin/communitylist.jsp +++ b/WebRoot/admin/communitylist.jsp @@ -35,7 +35,7 @@ { //sel=="city"?$("#area").html(""):false $("#"+sel).html(""); - $.get("<%=basePath%>rg.sl?id="+parentId,function(e){ + $.get("<%=basePath%>rg.sl?flag=1&id="+parentId,function(e){ $("#"+sel).html(e); sel==="city"?reload():false; }) @@ -64,11 +64,11 @@