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