mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-04-30 22:29:01 +08:00
update src/views/pms/user/index.vue.
修正用户管理回车不执行搜索的bug Signed-off-by: aiden <792000767@qq.com>
This commit is contained in:
parent
2c9604a829
commit
4c337d3aa8
@ -28,7 +28,7 @@
|
||||
type="text"
|
||||
placeholder="请输入用户名"
|
||||
clearable
|
||||
@keydown.enter="() => $table?.handleSearch"
|
||||
@keydown.enter="() => $table?.handleSearch()"
|
||||
/>
|
||||
</MeQueryItem>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user