|
|
@@ -98,7 +98,7 @@ export default {
|
|
|
this.pageParams.type = this.storeType === 'factory' ? 'ORIGINAL_FACTORY' : 'AGENCY-DISTRIBUTION'
|
|
|
this.pageParams.page = 1
|
|
|
this.pageParams.keyword = obj.keyword === '' ? null : obj.keyword
|
|
|
- this.pageParams.field = obj.type && obj.type !== 'store' ? 'similar' : null
|
|
|
+ this.pageParams.field = obj.type && obj.type !== 'store' ? obj.type : null
|
|
|
this.pageCommodity(this.pageParams)
|
|
|
},
|
|
|
showLittleDescription (description) {
|