ysy hace 1 año
padre
commit
113c7803ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/material/BOMmanage/components/detailedList.vue

+ 1 - 1
src/views/material/BOMmanage/components/detailedList.vue

@@ -151,7 +151,7 @@
             ...where,
             pageNum: page,
             size: limit,
-            categoryId: this.attrObj.categoryId,
+            id: this.attrObj.id,
             bomType: this.attrObj.bomType,
           });
         },