fix:修复cron规则生成器Form表单回显问题
This commit is contained in:
parent
ec46584464
commit
5d9a4eb929
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue