From 660803f34ab4c2ebb15c56e5699f419c3443d969 Mon Sep 17 00:00:00 2001 From: lb Date: Wed, 8 Feb 2023 16:39:24 +0800 Subject: [PATCH] update Filelist upload event stop --- src/components/uploadBtn/components/FileList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/uploadBtn/components/FileList.vue b/src/components/uploadBtn/components/FileList.vue index b7de2dc..c2a6c54 100644 --- a/src/components/uploadBtn/components/FileList.vue +++ b/src/components/uploadBtn/components/FileList.vue @@ -23,7 +23,7 @@ placeholder="请输入关键字" clearable @keydown.enter.native="showSearchInput = false" - @keydown.esc.prevent.native="showSearchInput = false" + @keydown.esc.stop.native="showSearchInput = false" v-model="searchCondition" />