Fixiaobai
2023-12-13 8ac7bed2e7d52a6bbcb44ecfb1e11a0b1244e85e
src/api/technology/completeproductstructure.js
@@ -82,3 +82,11 @@
    data: ids
  })
}
export function updateObj(obj) {
  return request({
    url: '/mes/bom/updateBom',
    method: 'put',
    data: obj
  })
}