|
@@ -137,7 +137,7 @@ function getAllLeafIds (kind) {
|
|
|
for (let i = 0; i < kind.children.length; i++) {
|
|
for (let i = 0; i < kind.children.length; i++) {
|
|
|
ids.push(getAllLeafIds(kind.children[i]))
|
|
ids.push(getAllLeafIds(kind.children[i]))
|
|
|
}
|
|
}
|
|
|
- return ids.join('-')
|
|
|
|
|
|
|
+ return ids.join(',')
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
import Buy from '~components/common/buyOrCar/buyComponent.vue'
|
|
import Buy from '~components/common/buyOrCar/buyComponent.vue'
|