215
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user