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 @@ -
+
+
+ 全部 +
{{tag.tagName}}
+
--> + +
+
+ 热点标签: +
+
+ +
+ 全部 + +
+ + + +