gaoluyang
23 小时以前 4c6f9bcc9b3f8bdf5298d73d1035bad529f86d69
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",