This commit is contained in:
bb_pan 2025-12-19 18:47:04 +08:00
parent 8193b4eea8
commit 44c4869a5e
2 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,7 @@
v-model="queryParams.keyWord"
placeholder="请输入关键字"
clearable
prefix-icon="el-icon-search"
style="width: 240px"
@keyup.enter.native="handleQuery"
/>

View File

@ -85,6 +85,7 @@
v-model="queryParams.keyWord"
placeholder="请输入关键字"
clearable
prefix-icon="el-icon-search"
style="width: 240px"
@keyup.enter.native="handleQuery"
/>