chenhj
2026-04-30 8e4c8d6ed7088e0f9e396f324796929cc79778ca
src/api/productionManagement/productStructure.js
@@ -40,8 +40,8 @@
export function add2(data) {
  return request({
    url: "/productionOrderStructure/addOrUpdateBomStructs/" + data.orderId,
    method: "put",
    data: data.children,
    url: "/productionBomStructure/addOrUpdateBomStructs",
    method: "post",
    data: data,
  });
}