diff --git a/WebRoot/admin/applylist.jsp b/WebRoot/admin/applylist.jsp index 0a863ad..ff0c1e6 100644 --- a/WebRoot/admin/applylist.jsp +++ b/WebRoot/admin/applylist.jsp @@ -31,7 +31,7 @@ String usertype = session.getAttribute("userType")+""; function edit(id,content) { $('#editDialog input[name=id]').val(id) $('#editDialog textarea[name=content]').val(content) - $("#editDialog form").removeAttr("style").attr("action",'<%=basePath%>admin/apply/updateApply.do') + $("#editDialog form").removeAttr("style").attr("action",'<%=basePath%>admin/apply/updateapply.do') } @@ -110,7 +110,7 @@ String usertype = session.getAttribute("userType")+""; 修改 - + 删除 @@ -155,9 +155,6 @@ String usertype = session.getAttribute("userType")+""; @@ -169,9 +170,6 @@ String usertype = session.getAttribute("userType")+""; - + @@ -109,7 +104,7 @@ String usertype = session.getAttribute("userType")+"";