From f34d2a6e9455eba70f15d4067a7d03267ebad4f3 Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Fri, 31 Oct 2025 16:36:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E7=82=B9=E6=A0=87=E7=AD=BE+=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E6=A0=87=E7=AD=BE=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 | 5 ++- src/views/portal/course/Index.vue | 61 +++++++++++++++++++++++++--- 2 files changed, 59 insertions(+), 7 deletions(-) diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue index 6874dd94..14d97c5d 100644 --- a/src/components/Course/courseForm.vue +++ b/src/components/Course/courseForm.vue @@ -1402,6 +1402,9 @@ export default { return true; }, submitCourse() { + console.log("courseForm 课程提交审核 this.showTags = " + this.showTags); + console.log("courseForm 课程提交审核 this.courseInfo.tags = " + this.courseInfo.tags); + if(this.biaoke.dlgShow && !this.unsavedContent()){ this.$message.error('您有未保存的内容,请先保存'); return; @@ -1439,7 +1442,7 @@ export default { return; } if (this.showTags.length > 0) { - this.courseInfo.tags = this.showTags.join(); + // this.courseInfo.tags = this.showTags.join(); } if (this.sysTypeList.length < 1) { this.$message.error('请选择内容分类'); diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index d7e84c3c..b137ed3d 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -311,16 +311,17 @@ -