|
@@ -124,6 +124,7 @@ export default {
|
|
|
// })
|
|
// })
|
|
|
},
|
|
},
|
|
|
handleCurrentChange (page) {
|
|
handleCurrentChange (page) {
|
|
|
|
|
+ this.pageParams.type = this.storeType === 'factory' ? 'ORIGINAL_FACTORY' : 'AGENCY-DISTRIBUTION'
|
|
|
this.pageParams.page = page
|
|
this.pageParams.page = page
|
|
|
this.pageParams.keyword = this.keyword === '' ? null : this.keyword
|
|
this.pageParams.keyword = this.keyword === '' ? null : this.keyword
|
|
|
|
|
|