yangc пре 7 година
родитељ
комит
a7aa55da54
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      components/mobile/base/SearchHeader.vue

+ 1 - 1
components/mobile/base/SearchHeader.vue

@@ -134,7 +134,7 @@
                 }
                 }
               }
               }
             }
             }
-          } else if (this.type === 'supplier' && this.keyword && this.keyword !== '') {
+          } else if (this.type === 'supplier' && this.keyword && this.keyword !== '' && this.similarList.pCmpCode) {
             if (this.similarList.pCmpCode[0] && this.keyword === this.similarList.pCmpCode[0].pCmpCode) {
             if (this.similarList.pCmpCode[0] && this.keyword === this.similarList.pCmpCode[0].pCmpCode) {
               sType = 'pCmpCode'
               sType = 'pCmpCode'
             } else if (this.similarList.pBrandEn[0] && this.keyword === this.similarList.pBrandEn[0].nameEn) {
             } else if (this.similarList.pBrandEn[0] && this.keyword === this.similarList.pBrandEn[0].nameEn) {