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>