切换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'() {
this.queryParams.pageNum = 1;
this.getList();
},
'queryParams.attribute'() {
this.queryParams.pageNum = 1;
this.getList();
},
'queryParams.labelIds'() {
this.queryParams.pageNum = 1;
this.getList();
}
},