licp
2024-04-29 ea1a8cf41c11f8f533cea594e1f1c03640cf4a96
src/api/technology/completeproductstructure.js
@@ -82,3 +82,20 @@
    data: ids
  })
}
export function updateObj(obj) {
  return request({
    url: '/mes/bom/updateBom',
    method: 'put',
    data: obj
  })
}
export function exportBom(obj) {
  return request({
    url: '/mes/bom/exportBom',
    method: 'post',
    data: obj,
    responseType: 'blob'
  })
}