!30 fix:修复cron规则生成器Form表单回显问题

Merge pull request !30 from 青山/N/A
This commit is contained in:
sakuya 2022-05-18 06:48:53 +00:00 committed by Gitee
commit 9b936c20db
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 3 additions and 0 deletions

View File

@ -447,6 +447,9 @@
if(val != '5'){ if(val != '5'){
this.value.week.type = '5' this.value.week.type = '5'
} }
},
modelValue() {
this.defaultValue = this.modelValue
} }
}, },
computed: { computed: {