若依
2021-09-07 4988b585f8e0c7264862b73354407ca227524fed
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');