zhangwencui
2026-04-23 f4d72c9bba3c476e356da3c6284d8fc981e83baf
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({