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