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