ysy 1 an în urmă
părinte
comite
c308b9c162
1 a modificat fișierele cu 4 adăugiri și 3 ștergeri
  1. 4 3
      src/views/material/BOMmanage/index.vue

+ 4 - 3
src/views/material/BOMmanage/index.vue

@@ -87,12 +87,12 @@
           },
           {
             prop: 'categoryCode',
-            label: '品编码',
+            label: '品编码',
             showOverflowTooltip: true
           },
           {
             prop: 'categoryName',
-            label: '品名称',
+            label: '品名称',
             showOverflowTooltip: true
           },
           {
@@ -223,7 +223,8 @@
             versions: row.versions,
             categoryId: row.categoryId,
             noBack,
-            bType: this.activeName
+            bType: this.activeName,
+            categoryLevelPathIdParent: row.rootCategoryLevelId
           }
         });
       },