zhangwencui
2026-04-25 d961ee85e246dc7e4e3f113a5083b4e96eac96f8
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({