From 657f31b6bcb59bc1c460219b75a51cd7a47cbe34 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 7 Apr 2023 13:37:36 +0800 Subject: [PATCH] 215 --- project/fengdu/app/AppResidentIntegrating/components/List.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) }