gongchunyi
2026-02-11 8f9ff13bd611dea65751c6eebaccd4e292c4c0c6
src/api/productionManagement/processRoute.js
@@ -31,4 +31,12 @@
    method: 'put',
    data: data,
  })
}
// 获取详情
export function getById(id) {
  return request({
    url: `/processRoute/${id}`,
    method: 'get',
  })
}