From 5d9a4eb929dc43deac629cb2d3ea797d9e13da61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E5=B1=B1?= Date: Tue, 17 May 2022 13:54:16 +0000 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8Dcron=E8=A7=84=E5=88=99?= =?UTF-8?q?=E7=94=9F=E6=88=90=E5=99=A8Form=E8=A1=A8=E5=8D=95=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/scCron/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/scCron/index.vue b/src/components/scCron/index.vue index 6c5e7764..ef6e3e1a 100644 --- a/src/components/scCron/index.vue +++ b/src/components/scCron/index.vue @@ -447,6 +447,9 @@ if(val != '5'){ this.value.week.type = '5' } + }, + modelValue() { + this.defaultValue = this.modelValue } }, computed: {