From 58fc6264fe479fc70786ae9481fc422e06347c8b Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Wed, 23 Jul 2025 17:45:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=85=E5=86=85=E7=BD=91=E5=8F=AF=E8=A7=81-?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E7=AB=AF=20=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/courseForm.vue | 1 + 1 file changed, 1 insertion(+) 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;