This commit is contained in:
yanran200730
2021-12-22 11:24:05 +08:00
parent 96eae682c0
commit ec5ab626d9
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@
class="search-input"
size="small"
@keyup.enter.native="search.current = 1, getList()"
placeholder="请输入名/电话"
placeholder="请输入名/电话"
clearable
@change="getList"
@clear="search.current = 1, search.name = '', getList()"