From f522b0ef678a93c0bc188b9148e3b5dd9f3fe392 Mon Sep 17 00:00:00 2001 From: liangkun Date: Thu, 26 Nov 2020 18:29:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StuAttendanceLeave/StuAttendanceLeave.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuAttendanceLeave/StuAttendanceLeave.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuAttendanceLeave/StuAttendanceLeave.js index a53fb4eb5..b09c74260 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuAttendanceLeave/StuAttendanceLeave.js +++ b/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 {