update Filelist upload event stop

这个提交包含在:
lb 2023-02-08 16:39:24 +08:00
父节点 5f84d1da6f
当前提交 660803f34a

查看文件

@ -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"
/>
</transition>