ysy há 1 ano atrás
pai
commit
28d4ced210
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/material/BOMmanage/index.vue

+ 1 - 1
src/views/material/BOMmanage/index.vue

@@ -285,7 +285,7 @@
       },
       handelDetail(row) {
         let rowData = {
-          categoryId: row.id,
+          categoryId: row.categoryId,
           code: row.code,
           versions: row.versions,
           rootPathIdParent: row.categoryLevelPathIdParent,