diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue index 1696d7ad..986a37f5 100644 --- a/src/components/Course/courseForm.vue +++ b/src/components/Course/courseForm.vue @@ -941,7 +941,7 @@ export default { this.contentInfo.list = result.contents; this.sectionInfo.list = result.sections; this.courseTeachers = result.teachers; //课程的老师信息 - this.isPermission = result.teachers; //课程的老师信息 + this.isPermission = result.isPermission; //课程的老师信息 this.dicts = result.dicts; //课程的老师信息 console.log("--- 编辑查看 this.isPermission = ",this.isPermission) console.log("--- 编辑查看 this.dicts = ",this.dicts)