瀏覽代碼

bug 修复

lilei 4 年之前
父節點
當前提交
34bb39579a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 = ''
         }