From e202946fe78375abefb06f2c9391adc7775bde26 Mon Sep 17 00:00:00 2001 From: joshen Date: Sun, 20 Jul 2025 18:16:54 +0800 Subject: [PATCH] test2 --- src/components/Course/courseForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) }, // 关键字的更改