[Fix-4054][Api] Fix The last week of the month for adding/editing timing, preview and save timing will report an error

This commit is contained in:
yangquan 2020-11-18 19:19:45 +08:00
parent 3c89c9ad74
commit 9232c0e46f

View File

@ -352,8 +352,8 @@
},
monthLastWeeksVal (val) {
if (this.radioDay === 'monthLastWeeks') {
this.weekValue = `?`
this.dayValue = val
this.weekValue = val
this.dayValue = `?`
}
},
WkmonthNumWeeksWeekVal (val) {