소스 검색

修正地址

中职版本
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 {


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