mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-12-29 04:20:22 +08:00
fix: keydown.enter事件
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
type="text"
|
||||
placeholder="请输入角色名"
|
||||
clearable
|
||||
@keydown.enter="$table?.handleSearch"
|
||||
@keydown.enter="() => $table?.handleSearch()"
|
||||
/>
|
||||
</MeQueryItem>
|
||||
<MeQueryItem label="状态" :label-width="50">
|
||||
|
||||
Reference in New Issue
Block a user