mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
热点标签+保存标签调试
This commit is contained in:
@@ -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('请选择内容分类');
|
||||
|
||||
Reference in New Issue
Block a user