update Filelist upload event stop

This commit is contained in:
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>