zhangwencui
8 天以前 e0cad4a9c8dbd2af70a083a5df07d7fca72e686c
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({