dev_ec
杨树明 5 years ago
parent 38db7a0ff4
commit 6d0348f969

@ -56,6 +56,7 @@ class EcCourseEvaluationsbottom extends Component {
if(newec_course_idbottom!=undefined){
// const url ='ec_courses/:course_id/course_targets.json';
// const url = `/ec_course_achievement_methods?ec_course_id=`+newec_course_idbottom;
const course_id = 706
const url =`/ec_courses/${course_id}/course_targets/course_achievement_methods.json`;
axios.get(url, {
withCredentials: true,

Loading…
Cancel
Save