From 8bf7a8e8e7289e1d56775c7f0dcef69ff5f51538 Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Wed, 29 Oct 2025 15:27:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=9C=A8=E7=BA=BF=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E5=89=8D=E5=88=9B=E5=BB=BA=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/courseForm.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue index 138b4ef1..5e931716 100644 --- a/src/components/Course/courseForm.vue +++ b/src/components/Course/courseForm.vue @@ -1211,10 +1211,10 @@ export default { console.log("courseForm 保存课程信息 this.showTags = " + this.showTags); console.log("courseForm 保存课程信息 this.courseInfo.tags = " + this.courseInfo.tags); - if (this.showTags.length > 0) { - this.courseInfo.tags = this.courseInfo.tags.join(); - } - console.log("courseForm 保存课程信息 this.courseInfo.tags = " + this.courseInfo.tags); + // if (this.showTags.length > 0) { + // this.courseInfo.tags = this.courseInfo.tags.join(); + // } + // console.log("courseForm 保存课程信息 this.courseInfo.tags = " + this.courseInfo.tags); this.courseInfo.keywords = this.tips.join(',') || '' //检查输入是否合法 //if(!this.requireSaveCourse){