Skip to content

Commit

Permalink
Repair the last Sunday of each month
Browse files Browse the repository at this point in the history
  • Loading branch information
break60 committed Dec 11, 2020
1 parent 27fcb5c commit 5c43626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
selectSpecificDayList: selectList['day'],
monthLastDaysVal: 'L',
monthLastWorkingDays: 'LW',
monthLastWeeksVal: '1L',
monthLastWeeksVal: '?',
monthLastWeeksList: _.map(_.cloneDeep(selectList['lastWeeks']), v => {
return {
value: v.value,
Expand Down Expand Up @@ -313,7 +313,7 @@
this.monthLastWorkingDaysReset()
break
case 'monthLastWeeks':
this.weekValue = '?'
this.weekValue = '1L'
this.monthLastWeeksReset()
break
case 'monthTailBefore':
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const selectList = {
}),
lastWeeks: [
{
value: '1L',
value: '?',
label: '星期天'
},
{
Expand Down

0 comments on commit 5c43626

Please sign in to comment.