From 5bb7fb7a3f72aa93a29dafc22dabdfdd43b60831 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Sun, 4 Dec 2022 13:06:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E4=BB=B6=E7=AE=A1=E7=90=86?= =?UTF-8?q?=EF=BC=8C=E9=80=89=E6=8B=A9=E8=B7=AF=E5=BE=84=E5=BC=B9=E5=87=BA?= =?UTF-8?q?=E6=A1=86=E6=B2=A1=E6=9C=89=E6=B8=85=E7=A9=BA=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=20=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/file-list/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/file-list/index.vue b/frontend/src/components/file-list/index.vue index d856fb0c4..39cc16979 100644 --- a/frontend/src/components/file-list/index.vue +++ b/frontend/src/components/file-list/index.vue @@ -115,6 +115,7 @@ const search = async (req: File.ReqFile) => { onMounted(() => { req.path = props.path; + rowName.value = ''; search(req); });