From bb6f46f20d960f7f3543bd371d1aabbd375efa72 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Thu, 9 Mar 2023 14:46:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E8=BF=9C=E7=A8=8B?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=8F=96=E6=B6=88=E4=B9=8B=E5=90=8E=20?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E8=BF=9B=E5=BA=A6=E5=BC=B9=E6=A1=86=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E6=B6=88=E5=A4=B1=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/host/file-management/wget/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/host/file-management/wget/index.vue b/frontend/src/views/host/file-management/wget/index.vue index 6cffad4aa..c7d809511 100644 --- a/frontend/src/views/host/file-management/wget/index.vue +++ b/frontend/src/views/host/file-management/wget/index.vue @@ -110,6 +110,7 @@ const getFileName = (url: string) => { const acceptParams = (props: WgetProps) => { addForm.path = props.path; open.value = true; + submitData.value = false; }; defineExpose({ acceptParams });