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){