From 9282baa7fa013b2e9e477427efa4122f06dd8d78 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Tue, 22 Mar 2022 16:17:27 +0800 Subject: [PATCH] 28338 --- .../shandong/AppVillagersCircle/components/CommentsList.vue | 6 +++--- .../apps/shandong/AppVillagersCircle/components/List.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/shandong10086/apps/shandong/AppVillagersCircle/components/CommentsList.vue b/project/shandong10086/apps/shandong/AppVillagersCircle/components/CommentsList.vue index ad4875a6..5d706c1e 100644 --- a/project/shandong10086/apps/shandong/AppVillagersCircle/components/CommentsList.vue +++ b/project/shandong10086/apps/shandong/AppVillagersCircle/components/CommentsList.vue @@ -20,13 +20,13 @@ @@ -69,7 +69,7 @@ size: 10, status: '', topic: '', - title: '' + content: '' }, total: 0, colConfigs: [ diff --git a/project/shandong10086/apps/shandong/AppVillagersCircle/components/List.vue b/project/shandong10086/apps/shandong/AppVillagersCircle/components/List.vue index 386a4b9d..148adabd 100644 --- a/project/shandong10086/apps/shandong/AppVillagersCircle/components/List.vue +++ b/project/shandong10086/apps/shandong/AppVillagersCircle/components/List.vue @@ -39,9 +39,9 @@ v-model="search.content" class="search-input" size="small" - @keyup.enter.native="search.current = 1, search.content, getList()" placeholder="请输入发布人姓名" clearable + v-throttle="() => {search.current = 1, getList()}" @clear="search.current = 1, search.content = '', getList()" suffix-icon="iconfont iconSearch">