This commit is contained in:
yanran200730
2023-04-07 13:37:36 +08:00
parent 6c2d460aa9
commit 657f31b6bc

View File

@@ -20,7 +20,7 @@
class="search-input"
size="small"
v-throttle="() => {search.current = 1, getList()}"
placeholder="姓名/身份证/手机号/微信昵称"
placeholder="姓名/身份证/手机号"
clearable
@clear="search.current = 1, search.title = '', getList()"
suffix-icon="iconfont iconSearch">
@@ -184,8 +184,6 @@
name: row.realName
}]
this.form = {
...this.form,
...row,
ids: this.chooseUserList.map(e => e.openId)
}