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 {


Loading…
Откажи
Сачувај