1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-01-22 23:50:22 +08:00

perf: 优化 crud query

This commit is contained in:
zclzone
2024-01-21 17:52:50 +08:00
parent 567e306a5c
commit 58de3c1ad6
4 changed files with 17 additions and 28 deletions

View File

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