diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue
index 8163331c..45e1cc62 100644
--- a/src/components/Course/courseForm.vue
+++ b/src/components/Course/courseForm.vue
@@ -141,6 +141,7 @@
PC端可见
移动端可见
多端可见
+ 仅内网访问
@@ -305,6 +306,7 @@
PC端可见
移动端可见
多端可见
+ 仅内网访问
@@ -488,6 +490,7 @@ export default {
refType:''
},
visibleShow:false,
+ isPermission:false,
extendRefId:'',
extendRefType:'',
courseTeachers: [], //课程的老师
@@ -906,6 +909,7 @@ export default {
this.contentInfo.list = result.contents;
this.sectionInfo.list = result.sections;
this.courseTeachers = result.teachers; //课程的老师信息
+ this.isPermission = result.teachers; //课程的老师信息
if(!this.courseInfo.orgId){
//根据课程创建者获取机构id