|
@@ -125,7 +125,7 @@ export default {
|
|
|
} else {
|
|
|
// 获取父级分类 名称
|
|
|
if (this.nowData && this.nowData.namePaths) {
|
|
|
- this.parentType = this.nowData.namePaths.replace(/,/g, '>')
|
|
|
+ this.parentType = this.nowData.namePaths.replace(/,/g, '>') + '>' + this.nowData.name
|
|
|
} else {
|
|
|
this.parentType = ''
|
|
|
}
|