diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue index 32713ab4..868ed244 100644 --- a/src/components/Course/courseForm.vue +++ b/src/components/Course/courseForm.vue @@ -602,6 +602,7 @@ export default { this.isPermission = false; return; } + console.log("--- this.dicts = ",this.dicts) this.isPermission = this.dicts.includes(orgId); /*if(this.isPermission && !this.courseInfo && !this.courseInfo.device){ this.courseInfo.device = 4;