zouyu
2023-12-20 61a529b98c0994b5e78804a6e95df11f49764a91
src/api/basic/part.js
@@ -121,7 +121,7 @@
export function syncPart(query) {
  return request({
    url: '/mes/part/syncPart',
    method: 'post',
    method: 'get',
    params: query
  })
}