diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue index 8d7e0639..121e32c0 100644 --- a/src/components/Course/courseForm.vue +++ b/src/components/Course/courseForm.vue @@ -602,7 +602,7 @@ export default { return; } this.isPermission = this.dicts.includes(orgId); - if(this.isPermission && !this.courseInfo && !this.courseInfo.device){ + /*if(this.isPermission && !this.courseInfo && !this.courseInfo.device){ this.courseInfo.device = 4; }else{ if(!this.courseInfo && !this.courseInfo.device){ @@ -610,7 +610,7 @@ export default { }else{ this.courseInfo.device = 3; } - } + }*/ console.log("--- 监听结束 this.isPermission = ",this.isPermission) }, // 关键字的更改