Browse Source

bug 修复

lilei 4 năm trước cách đây
mục cha
commit
34bb39579a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/basicData/expenseType/editModal.vue

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