spring
2026-04-24 a582fffa7d3f7283e809a7940538ab02e4677948
src/api/productionManagement/productBom.js
@@ -19,6 +19,14 @@
  });
}
// 复制
export function copy(data) {
  return request({
    url: "/technologyBom/copy",
    method: "post",
    data: data,
  });
}
// 修改
export function update(data) {
  return request({