切换tag修改为第一页

This commit is contained in:
熊丽君
2021-08-20 18:19:39 +08:00
parent fff8b4df04
commit 6492955ccf

View File

@ -278,12 +278,15 @@ export default {
} }
}, },
'queryParams.city'() { 'queryParams.city'() {
this.queryParams.pageNum = 1;
this.getList(); this.getList();
}, },
'queryParams.attribute'() { 'queryParams.attribute'() {
this.queryParams.pageNum = 1;
this.getList(); this.getList();
}, },
'queryParams.labelIds'() { 'queryParams.labelIds'() {
this.queryParams.pageNum = 1;
this.getList(); this.getList();
} }
}, },