11
86134
2023-11-09 4a6cc45c4843b1294d6e0b6b39efabb6dae5544d
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
  })
}