28368
This commit is contained in:
@@ -53,10 +53,9 @@
|
||||
v-model="search.name"
|
||||
class="search-input"
|
||||
size="small"
|
||||
@keyup.enter.native="search.current = 1, getList()"
|
||||
v-throttle="() => {search.current = 1, getList()}"
|
||||
placeholder="请输入名称/电话/类型"
|
||||
clearable
|
||||
@change="getList"
|
||||
@clear="search.current = 1, search.name = '', getList()"
|
||||
suffix-icon="iconfont iconSearch">
|
||||
</el-input>
|
||||
|
||||
Reference in New Issue
Block a user