mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 05:09:48 +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) {
|
monthLastWeeksVal (val) {
|
||||||
if (this.radioDay === 'monthLastWeeks') {
|
if (this.radioDay === 'monthLastWeeks') {
|
||||||
this.weekValue = `?`
|
this.weekValue = val
|
||||||
this.dayValue = val
|
this.dayValue = `?`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
WkmonthNumWeeksWeekVal (val) {
|
WkmonthNumWeeksWeekVal (val) {
|
||||||
|
Loading…
Reference in New Issue
Block a user