mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
b6897a61f0
commit
401adb8ac9
@ -73,6 +73,10 @@
|
||||
|
||||
vc.initDateMonth('queryDate',function(_value){
|
||||
$that.staffAttendanceManageInfo.curDate = _value;
|
||||
let _values = _value.split('-');
|
||||
$that.staffAttendanceManageInfo.curYear = _values[0];
|
||||
|
||||
$that.staffAttendanceManageInfo.curMonth = _values[1];
|
||||
$that._loadStaffAttendances();
|
||||
})
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user