切换tag修改为第一页
This commit is contained in:
@ -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();
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user