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

This commit is contained in:
青山 2022-05-17 13:54:16 +00:00 committed by Gitee
parent ec46584464
commit 5d9a4eb929
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: {