mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2026-01-22 15:40:21 +08:00
fix: enter -> handleQuery
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
type="text"
|
||||
placeholder="请输入用户名"
|
||||
clearable
|
||||
@keydown.enter="() => $table?.handleSearch"
|
||||
@keydown.enter="() => $table?.handleSearch()"
|
||||
/>
|
||||
</MeQueryItem>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user