|
@@ -125,7 +125,7 @@
|
|
|
} else if (this.similarList.component[0] && this.keyword === this.similarList.component[0].code) {
|
|
} else if (this.similarList.component[0] && this.keyword === this.similarList.component[0].code) {
|
|
|
sType = 'code'
|
|
sType = 'code'
|
|
|
} else {
|
|
} else {
|
|
|
- let arr = [...this.similarList.component, ...this.similarList.brand, ...this.similarList.kind]
|
|
|
|
|
|
|
+ let arr = [ ...this.similarList.brand, ...this.similarList.kind, ...this.similarList.component]
|
|
|
if (arr[0]) {
|
|
if (arr[0]) {
|
|
|
if (arr[0].nameEn) {
|
|
if (arr[0].nameEn) {
|
|
|
this.keyword = arr[0].nameEn
|
|
this.keyword = arr[0].nameEn
|
|
@@ -147,7 +147,7 @@
|
|
|
} else if (this.similarList.pCmpCode[0] && this.keyword === this.similarList.pCmpCode[0].pCmpCode) {
|
|
} else if (this.similarList.pCmpCode[0] && this.keyword === this.similarList.pCmpCode[0].pCmpCode) {
|
|
|
sType = 'pCmpCode'
|
|
sType = 'pCmpCode'
|
|
|
} else {
|
|
} else {
|
|
|
- let arr = [...this.similarList.pCmpCode, ...this.similarList.pBrandEn, ...this.similarList.kind]
|
|
|
|
|
|
|
+ let arr = [...this.similarList.pBrandEn, ...this.similarList.kind, ...this.similarList.pCmpCode]
|
|
|
if (arr[0]) {
|
|
if (arr[0]) {
|
|
|
if (arr[0].nameEn) {
|
|
if (arr[0].nameEn) {
|
|
|
this.keyword = arr[0].nameEn
|
|
this.keyword = arr[0].nameEn
|