linzh
2021-09-05 b35f708c07dec9dc490548186df318d82c9ab595
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');