diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue index 4935e4b5..b284dcaf 100644 --- a/src/components/Course/courseForm.vue +++ b/src/components/Course/courseForm.vue @@ -904,7 +904,7 @@ export default { }, resetCurCourseContent() { - this.curContent = { id: '', contentType: 0, contentName: '', content: '', csectionId: '', contentName: '', contentRefId: '', courseId: this.courseInfo.id }; + this.curContent = { id: '', contentType: 0, contentName: '', content: '', csectionId: '', contentRefId: '', courseId: this.courseInfo.id }; }, // chooseCourseType(item, idx, open) { // this.courseChooseId = item.id;