Browse Source

Merge pull request #4081 from iyeeku/dev

[Fix-4054][Api] Fix The last week of the month for adding/editing tim…
pull/3/MERGE
xingchun-chen 4 years ago committed by GitHub
parent
commit
f152cae7f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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