mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-30 22:02:24 +00:00
perf: 优化table搜索框切换搜索字段后不能回车搜索问题
This commit is contained in:
parent
a6012eba4a
commit
96206f10a2
@ -34,6 +34,7 @@
|
|||||||
@blur="focus = false"
|
@blur="focus = false"
|
||||||
@focus="focus = true"
|
@focus="focus = true"
|
||||||
@change="handleConfirm"
|
@change="handleConfirm"
|
||||||
|
@keyup.enter.native="handleConfirm"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user