chenhj
昨天 d0e9936a97b451615442638af296c426a2032a28
src/api/plan/operationtask.js
@@ -294,3 +294,9 @@
    params: query
  })
}
export function getTechnologyRouting(id) {
  return request({
    url: '/mes/operationTask/getTechnologyRouting/'+id,
    method: 'get',
  })
}