From c5f1ae25c07d24bea41f840da721b06ad0e21946 Mon Sep 17 00:00:00 2001 From: Elvis Date: Tue, 27 Nov 2018 16:36:57 +0800 Subject: [PATCH] 修复屏蔽班级分析 答错人数确定点击无效 --- WebRoot/WEB-INF/jsp/sunvote/teacher/paper_view1.jsp | 4 ++-- WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_report_1.jsp | 4 ++-- WebRoot/WEB-INF/jsp/sunvote/teacher/test_list.jsp | 2 +- WebRoot/static/js/test_list.js | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/WebRoot/WEB-INF/jsp/sunvote/teacher/paper_view1.jsp b/WebRoot/WEB-INF/jsp/sunvote/teacher/paper_view1.jsp index 2c0fad8..84da3f3 100644 --- a/WebRoot/WEB-INF/jsp/sunvote/teacher/paper_view1.jsp +++ b/WebRoot/WEB-INF/jsp/sunvote/teacher/paper_view1.jsp @@ -133,8 +133,8 @@ diff --git a/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_report_1.jsp b/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_report_1.jsp index f36d38d..ed30f01 100644 --- a/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_report_1.jsp +++ b/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_report_1.jsp @@ -277,7 +277,7 @@ $(document).ready(function(){ window.top.loading.remove(); - var sour = "${testpaperList}"; + /* var sour = "${testpaperList}"; if(sour != null && sour.length > 3){ var _width = $('#mainFrame', parent.document).width()-40; @@ -295,7 +295,7 @@ console.log(name_height); $(".th_name").height(name_height); } - + */ }); diff --git a/WebRoot/WEB-INF/jsp/sunvote/teacher/test_list.jsp b/WebRoot/WEB-INF/jsp/sunvote/teacher/test_list.jsp index d121686..20f4fb7 100644 --- a/WebRoot/WEB-INF/jsp/sunvote/teacher/test_list.jsp +++ b/WebRoot/WEB-INF/jsp/sunvote/teacher/test_list.jsp @@ -83,5 +83,5 @@ var user_id= "${pd.userId}"; var url = "<%=basePath%>"; - + \ No newline at end of file diff --git a/WebRoot/static/js/test_list.js b/WebRoot/static/js/test_list.js index 73cef9d..6c63914 100644 --- a/WebRoot/static/js/test_list.js +++ b/WebRoot/static/js/test_list.js @@ -76,8 +76,8 @@ function getList(start_date, end_date, class_id) { // 获取测验列表 + data.data[i].createDate + '查看详情      班级分析' + + '" >查看详情      ' } $("#tab_body").html(tab_html); }, -- libgit2 0.21.4