From 12b2a095b3bee204e759c794e98756e4c3166683 Mon Sep 17 00:00:00 2001 From: ndbs Date: Wed, 8 Jun 2022 15:36:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=99=E5=B8=88=E8=AF=BE=E8=A1=A8=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=91=A8=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/ArrangeLessonTerm/IndexLessonTermTeach.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/IndexLessonTermTeach.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/IndexLessonTermTeach.js index 8d9c74e08..b102eedd0 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/IndexLessonTermTeach.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/IndexLessonTermTeach.js @@ -145,11 +145,11 @@ var bootstrap = function ($, learun) { } }); - ////切换周次 - //$('#WeekTimes').change(function () { - // curWeek = $('#WeekTimes input[name="WeekTimes"]:checked ').val(); - // page.search(); - //}); + //切换周次 + $('#WeekTimes').change(function () { + curWeek = $('#WeekTimes input[name="WeekTimes"]:checked ').val(); + page.search(); + }); // 刷新 //$('#lr_refresh').on('click', function () { // location.reload();