From cd43bff44d807781b53e2d3c699da373b72119a6 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:32:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=A1=86=E5=85=B3=E9=97=AD=E5=86=8D=E6=89=93?= =?UTF-8?q?=E5=BC=80=E4=BE=9D=E7=84=B6=E9=80=89=E4=B8=AD=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#4243)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/file-list/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/file-list/index.vue b/frontend/src/components/file-list/index.vue index 31fef7fe9..11620639f 100644 --- a/frontend/src/components/file-list/index.vue +++ b/frontend/src/components/file-list/index.vue @@ -8,7 +8,7 @@ popper-class="file-list" >
@@ -145,6 +145,12 @@ const closePage = () => { selectRow.value = {}; }; +const openPage = () => { + popoverVisible.value = true; + selectRow.value = {}; + rowName.value = ''; +}; + const disabledDir = (row: File.File) => { if (props.isAll) { return false;