王震
2023-12-19 2fa578a18ed9055f8cb9863a8a0f02977cfa8350
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
  })
}