From 43435b0b4197ca1e08c03dbc0ab9b374b3701995 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Fri, 3 Mar 2023 16:50:07 +0800 Subject: [PATCH] -- fix bug --- src/components/student/OnlineClassModelStudent.vue | 10 +++++++--- src/views/courselibrary/OnlineManage.vue | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/student/OnlineClassModelStudent.vue b/src/components/student/OnlineClassModelStudent.vue index 1ac78573..bc4f5d62 100644 --- a/src/components/student/OnlineClassModelStudent.vue +++ b/src/components/student/OnlineClassModelStudent.vue @@ -8,16 +8,16 @@ >
- xxxxxxxx 课程 + {{formData.name}} 课程
内容分类:12312
- 授课教师:12312 + 授课教师:{{ formData.sysType1 }}/{{ formData.sysType2 }}/{{ formData.sysType3 }}
- 审核状态:12312 + 审核状态:{{ formData.status }}
@@ -62,6 +62,7 @@ ({ @@ -195,6 +198,7 @@ function onStuSelectChange(e) { const openDrawer = (raw) => { console.log(raw); + formData.value = raw visiable.value = true; }; diff --git a/src/views/courselibrary/OnlineManage.vue b/src/views/courselibrary/OnlineManage.vue index 647efc00..9b6778c2 100644 --- a/src/views/courselibrary/OnlineManage.vue +++ b/src/views/courselibrary/OnlineManage.vue @@ -19,7 +19,7 @@ security="restricted" sandbox="allow-forms allow-scripts allow-same-origin allow-popups" > - +