spring
9 小时以前 5e94a2858a40bc32f3b0369172e16ce17597714a
src/api/productionManagement/processRoute.js
@@ -32,3 +32,11 @@
    data: data,
  })
}
// 获取详情
export function getById(id) {
  return request({
    url: `/processRoute/${id}`,
    method: 'get',
  })
}