zss
2023-12-01 e06313b6dba4774aef0924f342f13e8433f8d6f6
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
  })
}