chenhj
2026-04-24 cb4cea8a525dd120337a710d5bf539dd17e00b55
src/api/productionManagement/productStructure.js
@@ -8,6 +8,13 @@
    method: "get",
  });
}
// 分页查询-产品订单
export function queryList2(id) {
  return request({
    url: "/productionBomStructure/listByBomId/" + id,
    method: "get",
  });
}
export function add(data) {
  return request({
    url: "/productStructure/" + data.bomId,
@@ -24,12 +31,12 @@
  });
}
// 分页查询-产品订单
export function queryList2(id) {
  return request({
    url: "/productionOrderStructure/getBomStructs/" + id,
    method: "get",
  });
}
// export function queryList2(id) {
//   return request({
//     url: "/productionOrderStructure/getBomStructs/" + id,
//     method: "get",
//   });
// }
export function add2(data) {
  return request({