gongchunyi
2 天以前 2d3bb4a43dc6c0e5e2df4a61f6c0122bcf98f8b2
src/api/productionManagement/processRoute.js
@@ -31,4 +31,12 @@
    method: 'put',
    data: data,
  })
}
// 获取详情
export function getById(id) {
  return request({
    url: `/processRoute/${id}`,
    method: 'get',
  })
}