buhuazhen
2026-05-27 2f3f713465e0a538dfa49fc187b8b8d84b3f0a55
src/api/productionManagement/processRoute.js
@@ -31,4 +31,12 @@
    method: 'put',
    data: data,
  })
}
// 获取详情
export function getById(id) {
  return request({
    url: `/processRoute/${id}`,
    method: 'get',
  })
}