From 7dd11f12595bbf22f8ccd3dd95bdc956ac414b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E6=80=80=E7=A3=8A=E2=80=9D?= <2280131253@qq.com> Date: Wed, 20 Oct 2021 13:57:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dcrontab=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=9C=88=20=E6=97=A5=E7=9A=84=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=87=8D=E7=BD=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CronTab/components/Crontab-Mouth.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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')