This commit is contained in:
yanran200730
2022-03-22 17:51:53 +08:00
parent 1b290214f6
commit 1ddf31185c
7 changed files with 10 additions and 6 deletions

View File

@@ -87,7 +87,7 @@
size="small"
v-model="search.con"
placeholder="姓名/身份证/联系方式"
@keyup.enter.native="search.current = 1, refreshTable()"
v-throttle="() => {search.current = 1, refreshTable()}"
@clear="search.current = 1, refreshTable()"
clearable
suffix-icon="iconfont iconSearch"/>