diff --git a/src/views/home/notice.vue b/src/views/home/notice.vue index a0904eb..3b8054b 100644 --- a/src/views/home/notice.vue +++ b/src/views/home/notice.vue @@ -278,12 +278,15 @@ export default { } }, 'queryParams.city'() { + this.queryParams.pageNum = 1; this.getList(); }, 'queryParams.attribute'() { + this.queryParams.pageNum = 1; this.getList(); }, 'queryParams.labelIds'() { + this.queryParams.pageNum = 1; this.getList(); } },