update Filelist upload event stop

This commit is contained in:
lb 2023-02-08 16:39:24 +08:00
vanhempi 5f84d1da6f
commit 660803f34a

Näytä tiedosto

@ -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>