gaoluyang
5 天以前 6bd77b5e8e04e6b4be68d5e7a5d47e0228980e55
src/api/productionManagement/productStructure.js
@@ -9,6 +9,14 @@
  });
}
// 根据BOM ID查询父项产品
export function listByBomIdIsParent(bomId) {
  return request({
    url: "/productStructure/listBybomIdIsParent/" + bomId,
    method: "get",
  });
}
export function add(data) {
  return request({
    url: "/productStructure",