ruoyi-ui/src/components/Crontab/day.vue
@@ -75,7 +75,7 @@ if (this.radioValue === 1) { this.$emit('update', 'day', '*', 'day'); this.$emit('update', 'week', '?', 'day'); this.$emit('update', 'mouth', '*', 'day'); this.$emit('update', 'month', '*', 'day'); } else { if (this.cron.hour === '*') { this.$emit('update', 'hour', '0', 'day');