Browse Source

店铺搜索传参

yangc 7 years ago
parent
commit
2fe3da889b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/provider/Suppliers.vue

+ 1 - 1
components/provider/Suppliers.vue

@@ -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' ? 'similar' : ''
       this.pageCommodity(this.pageParams)
     },
     showLittleDescription (description) {