From c376c64d3716e95f09ad3ee74ff0b44389886394 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 9 Sep 2022 10:32:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property/staffAttendanceManage/staffAttendanceManage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/pages/property/staffAttendanceManage/staffAttendanceManage.js b/public/pages/property/staffAttendanceManage/staffAttendanceManage.js index adcdbeced..5af0cbd13 100644 --- a/public/pages/property/staffAttendanceManage/staffAttendanceManage.js +++ b/public/pages/property/staffAttendanceManage/staffAttendanceManage.js @@ -152,7 +152,7 @@ ); }, _checkInLog: function(_day) { - vc.emit('staffAttendanceManage', 'openModel', { + vc.emit('staffAttendanceDetail', 'openModel', { staffId: $that.staffAttendanceManageInfo.curStaffId, date: $that.staffAttendanceManageInfo.curYear + "-" + $that.staffAttendanceManageInfo.curMonth + '-' + $that.staffAttendanceManageInfo.curDate })