瀏覽代碼

教师课表切换周次

临城职教中职
ndbs 2 年之前
父節點
當前提交
12b2a095b3
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. +5
    -5
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/ArrangeLessonTerm/IndexLessonTermTeach.js

+ 5
- 5
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();


Loading…
取消
儲存