[update] 选择用户组件搜索之后下拉不刷新

This commit is contained in:
lideqin
2023-12-07 10:22:19 +08:00
parent ffa0546b47
commit c970e543e2
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,6 @@
<van-search
v-model="filters.realname"
show-action
:clearable="true"
input-align="center"
label="姓名"
placeholder="请输入姓名"
@@ -249,6 +248,7 @@ export default {
this.hide()
},
onSearch () {
this.ipagination.pageNo = 1
this.getListData()
},
handleLeft () {