zhangwencui
2026-05-22 7b8d3ad9cd8d14e2be9bcd7a74a7779e1eeeb1d5
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({