diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue index a7576925..47ebed72 100644 --- a/src/components/Course/courseForm.vue +++ b/src/components/Course/courseForm.vue @@ -602,12 +602,12 @@ export default { return; } this.isPermission = this.dicts.includes(orgId); - if(!this.courseInfo.device){ + // if(!this.courseInfo.device){ this.courseInfo.device = 3; if(this.isPermission){ this.courseInfo.device = 4; } - } + // } console.log("--- 监听结束 this.isPermission = ",this.isPermission) }, // 关键字的更改