diff --git a/src/views/gratefulteacher/InstructorCertification.vue b/src/views/gratefulteacher/InstructorCertification.vue index 0c4f60f0..3fa18aac 100644 --- a/src/views/gratefulteacher/InstructorCertification.vue +++ b/src/views/gratefulteacher/InstructorCertification.vue @@ -231,7 +231,7 @@ const AddList = () => { courseContent: '', courseId: item.orgId })); - addCourse({transformedData}).then(res=>{ + addCourse(transformedData).then(res=>{ console.log(res,'res') }) falseData()