From e1f87494b737169c412ca723baf3085cb0c5706e Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期日, 24 八月 2025 11:28:24 +0800 Subject: [PATCH] 课程管理 --- src/views/classManage/talkDetail.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/classManage/talkDetail.vue b/src/views/classManage/talkDetail.vue index dfa5168..299bb45 100644 --- a/src/views/classManage/talkDetail.vue +++ b/src/views/classManage/talkDetail.vue @@ -190,11 +190,11 @@ const getTopicInfo = () => { const pramas = { classId: classInfo.id, - refCodes: [config.refCodes.talk] + refCodes: [config.refCode.talk] } MG.edu.getClassTopic(pramas).then((res: any) => { const list = res - talkTopicInfo.value = list.find((item: any) => item.refCode == config.refCodes.talk) + talkTopicInfo.value = list.find((item: any) => item.refCode == config.refCode.talk) if (talkTopicInfo.value.id) { getMessage() } @@ -395,6 +395,7 @@ .MessageBox { width: 100%; padding: 0 30px; + box-sizing: border-box; .MessageHeader { width: 100%; display: flex; -- Gitblit v1.9.1