Skip to content

Commit

Permalink
Merge pull request #4081 from iyeeku/dev
Browse files Browse the repository at this point in the history
[Fix-4054][Api] Fix The last week of the month for adding/editing tim…
  • Loading branch information
xingchun-chen committed Nov 19, 2020
2 parents 3c89c9a + 9232c0e commit f152cae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@
},
monthLastWeeksVal (val) {
if (this.radioDay === 'monthLastWeeks') {
this.weekValue = `?`
this.dayValue = val
this.weekValue = val
this.dayValue = `?`
}
},
WkmonthNumWeeksWeekVal (val) {
Expand Down

0 comments on commit f152cae

Please sign in to comment.