diff --git a/project/fengdu/app/AppResidentIntegrating/components/List.vue b/project/fengdu/app/AppResidentIntegrating/components/List.vue index 0870934d..74c6ad76 100644 --- a/project/fengdu/app/AppResidentIntegrating/components/List.vue +++ b/project/fengdu/app/AppResidentIntegrating/components/List.vue @@ -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) }