优化代码

This commit is contained in:
java110 2022-09-09 10:32:31 +08:00
parent bfbc6aa85f
commit c376c64d37

View File

@ -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
})