This commit is contained in:
yanran200730
2022-03-22 14:37:09 +08:00
parent b3b46e6724
commit a6dafbff38
94 changed files with 94 additions and 100 deletions

View File

@@ -13,7 +13,7 @@
<!-- 搜索 -->
<template slot="right">
<el-input v-model="search.name" size="small"
v-throttle="() => {page.current = 1, getList()}" placeholder="户主/联系电话" clearable @keyup.enter.native=";(page.current = 1), getList()" @clear=";(page.current = 1), (search.name = ''), getList()" suffix-icon="iconfont iconSearch" />
v-throttle="() => {page.current = 1, getList()}" placeholder="户主/联系电话" clearable @clear=";(page.current = 1), (search.name = ''), getList()" suffix-icon="iconfont iconSearch" />
</template>
</ai-search-bar>