疯狂的狮子li
2021-09-13 2af534eea471f4adb104906c7a814bcc66d4d68d
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');