Browse Source

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

pull/3/MERGE
yangquan 4 years ago
parent
commit
9232c0e46f
  1. 4
      dolphinscheduler-ui/src/js/module/components/crontab/source/_times/day.vue

4
dolphinscheduler-ui/src/js/module/components/crontab/source/_times/day.vue

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

Loading…
Cancel
Save