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

@@ -106,7 +106,7 @@
<el-input
v-model="search.name"
size="small"
@keyup.enter.native="search.current = 1, getList()"
v-throttle="() => {search.current = 1, getList()}"
placeholder="请输入成员姓名、手机号或标签名称"
clearable
@clear="search.current = 1, search.name = '', getList()"