RuoYi
2021-09-08 cd4119b26a65b1cf07face7ebd640e5292deaf5f
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');