diff --git a/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_main.jsp b/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_main.jsp
index a10a79f..56c8002 100644
--- a/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_main.jsp
+++ b/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_main.jsp
@@ -106,7 +106,7 @@
布置练习
- 练习报表
+ 练习报表
@@ -195,8 +195,8 @@
window.top.loading.show();
}
- function homeReport(schoolId){
- var path = '<%=basePath%>homework/report.do?teacher_id=${pd.TEACHER.ID}&ID='+schoolId;
+ function homeReport(){
+ var path = '<%=basePath%>homework/report.do';
$("#mainFrame").attr('src',path);
window.top.loading.show();