Browse Source

Merge pull request #4145 from lgcareer/1.3.4-prepare-fix-4054

[Fix-4054][Api] Cherry from dev to fix The last week of the month for adding/editing timing, preview and save timing will report an error
dailidong 4 years ago committed by GitHub
parent
commit
35c8f96ec7
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