gongchunyi
22 小时以前 0a251e40e30e7c8a96d71b3b9b6c459d4dfa4b22
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({