zouyu
2023-12-25 2f0f12423dfc7e1dc66c0023ca1b83b2f8b13642
src/api/plan/productionschedul.js
@@ -10,7 +10,7 @@
export function fetchScheduleById(id) {
  return request({
    url: '/mes/productionSchedul/'+id,
    url: '/mes/productionSchedul/selTime/'+id,
    method: 'get',
  })
}