yangc 7 лет назад
Родитель
Сommit
2fe3da889b
1 измененных файлов с 1 добавлено и 1 удалено
  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) {