[Fix-4054][Api] Fix The last week of the month for adding/editing tim…
@ -352,8 +352,8 @@
},
monthLastWeeksVal (val) {
if (this.radioDay === 'monthLastWeeks') {
this.weekValue = `?`
this.dayValue = val
this.weekValue = val
this.dayValue = `?`
}
WkmonthNumWeeksWeekVal (val) {