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