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