lilei 4 rokov pred
rodič
commit
34bb39579a

+ 1 - 1
src/views/basicData/expenseType/editModal.vue

@@ -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 = ''
         }