licp
2024-04-29 c30b850bdf5c48a2279f293d414850c32501192a
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
  })
}