RuoYi
2021-10-09 ebbeb047be9ccf2dca7c0c46c5d4db8a025947de
ruoyi-ui/src/components/Crontab/week.vue
@@ -71,8 +71,8 @@
            this.$emit('update', 'week', '*');
            this.$emit('update', 'year', '*');
         } else {
            if (this.cron.mouth === '*') {
               this.$emit('update', 'mouth', '0', 'week');
            if (this.cron.month === '*') {
               this.$emit('update', 'month', '0', 'week');
            }
            if (this.cron.day === '*') {
               this.$emit('update', 'day', '0', 'week');
@@ -164,4 +164,4 @@
      }
   }
}
</script>
</script>