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">