Procházet zdrojové kódy

教师课表切换周次

临城职教中职
ndbs před 2 roky
rodič
revize
12b2a095b3
1 změnil soubory, kde provedl 5 přidání a 5 odebrání
  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 Zobrazit soubor

@@ -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 () { //$('#lr_refresh').on('click', function () {
// location.reload(); // location.reload();


Načítá se…
Zrušit
Uložit