Переглянути джерело

修正地址

中职版本
liangkun 4 роки тому
джерело
коміт
f522b0ef67
1 змінених файлів з 1 додано та 0 видалено
  1. +1
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuAttendanceLeave/StuAttendanceLeave.js

+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuAttendanceLeave/StuAttendanceLeave.js Переглянути файл

@@ -59,6 +59,7 @@
$page.find('.lr-badge').text('0');
if (data) {
$page.find('.lr-badge').text(data.records);
console.log(data.rows);
callback(data.rows, parseInt(data.records));
}
else {


Завантаження…
Відмінити
Зберегти