diff --git a/src/components/CronTab/components/Crontab-Mouth.vue b/src/components/CronTab/components/Crontab-Mouth.vue index 7a455da66..87d5f4015 100644 --- a/src/components/CronTab/components/Crontab-Mouth.vue +++ b/src/components/CronTab/components/Crontab-Mouth.vue @@ -108,10 +108,9 @@ export default { radioChange() { if (this.radioValue === 1) { this.$emit('update', 'mouth', '*') - // this.$emit('update', 'year', '*') } else { if (this.cron.day === '*') { - this.$emit('update', 'day', '0', 'mouth') + this.$emit('update', 'day', '*', 'mouth') } if (this.cron.hour === '*') { this.$emit('update', 'hour', '0', 'mouth')