1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-04-30 22:29:01 +08:00

fix: enter -> handleQuery

This commit is contained in:
zclzone 2024-01-21 16:53:43 +08:00
parent 95a1ef654c
commit 065c6b50c6

View File

@ -43,7 +43,7 @@
type="text"
placeholder="请输入用户名"
clearable
@keydown.enter="() => $table?.handleSearch"
@keydown.enter="() => $table?.handleSearch()"
/>
</MeQueryItem>