mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-03 04:39:00 +08:00
[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:
parent
3c89c9ad74
commit
9232c0e46f
@ -352,8 +352,8 @@
|
||||
},
|
||||
monthLastWeeksVal (val) {
|
||||
if (this.radioDay === 'monthLastWeeks') {
|
||||
this.weekValue = `?`
|
||||
this.dayValue = val
|
||||
this.weekValue = val
|
||||
this.dayValue = `?`
|
||||
}
|
||||
},
|
||||
WkmonthNumWeeksWeekVal (val) {
|
||||
|
Loading…
Reference in New Issue
Block a user