From 37a16bc7c63cc7303b963a35d7e966c7e02e5c9d Mon Sep 17 00:00:00 2001 From: joshen <445497689@qq.com> Date: Fri, 21 Jun 2024 16:18:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=9C=A8=E7=BA=BF=E6=9D=83?= =?UTF-8?q?=E9=99=90=E9=80=BB=E8=BE=91=E6=95=B0=E6=8D=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/AddOnline.vue | 4 ++-- src/components/drawers/CreateOnline.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/drawers/AddOnline.vue b/src/components/drawers/AddOnline.vue index bb233e23..c9485506 100644 --- a/src/components/drawers/AddOnline.vue +++ b/src/components/drawers/AddOnline.vue @@ -17,7 +17,7 @@
- + {{ taskIndex === -1 ? "选择/新建课程" : "重新选择" }} @@ -53,6 +53,7 @@ const props = defineProps({ taskList: [], chapterList: [] }); + const visible = ref(false); const onlineRef = ref(false); const taskIndex = ref(-1); @@ -137,7 +138,6 @@ function confirm() { } function selectCourse(row) { - console.log(row); if (!props.courseSyncFlag && row.refId != props.id) { message.warning("请新建本项目在线课!"); return; diff --git a/src/components/drawers/CreateOnline.vue b/src/components/drawers/CreateOnline.vue index 9a65e3dc..d8460433 100644 --- a/src/components/drawers/CreateOnline.vue +++ b/src/components/drawers/CreateOnline.vue @@ -14,7 +14,7 @@