1
0
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:
aiden 2024-01-08 11:33:47 +00:00 committed by Gitee
parent 2c9604a829
commit 4c337d3aa8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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