소스 검색

教师课表切换周次

临城职教中职
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();


불러오는 중...
취소
저장