|
@@ -126,6 +126,7 @@ export default {
|
|
|
if (this.nowData && this.nowData.namePaths) {
|
|
|
let namePathsArr = []
|
|
|
namePathsArr = this.nowData.namePaths.split(',')
|
|
|
+ namePathsArr = namePathsArr.slice(0, namePathsArr.length - 1)
|
|
|
this.parentType = ''
|
|
|
namePathsArr.map((item, index) => {
|
|
|
this.parentType += item + ' > '
|