zouyu
2023-10-23 a8f1e4385b2bf3f442c3d55a6248b37267c32d36
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
  })
}