From bc0fbc446192cd3a9dbcf084a134cc25b514b59f Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:03:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E6=9C=AA=E5=90=AF=E5=8A=A8=E6=97=B6=E6=97=A0=E6=B3=95=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E8=AE=A1=E5=88=92=E4=BB=BB=E5=8A=A1=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#3622)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/cronjob/operate/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/cronjob/operate/index.vue b/frontend/src/views/cronjob/operate/index.vue index e1d6a3f94..a79e90ffd 100644 --- a/frontend/src/views/cronjob/operate/index.vue +++ b/frontend/src/views/cronjob/operate/index.vue @@ -360,10 +360,10 @@ const handleClose = () => { const localDirID = ref(); -const containerOptions = ref(); +const containerOptions = ref([]); const websiteOptions = ref([]); -const backupOptions = ref(); -const appOptions = ref(); +const backupOptions = ref([]); +const appOptions = ref([]); const dbInfo = reactive({ isExist: false,