修正单词拼写错误

This commit is contained in:
RuoYi
2021-09-08 09:31:37 +08:00
parent ea20fa3ce2
commit cd4119b26a
7 changed files with 256 additions and 256 deletions

View File

@@ -71,8 +71,8 @@ export default {
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 @@ export default {
}
}
}
</script>
</script>