mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
注释在线保存前创建标签
This commit is contained in:
@@ -1212,7 +1212,7 @@ 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.showTags.join();
|
||||
this.courseInfo.tags = this.courseInfo.tags.join();
|
||||
}
|
||||
console.log("courseForm 保存课程信息 this.courseInfo.tags = " + this.courseInfo.tags);
|
||||
this.courseInfo.keywords = this.tips.join(',') || ''
|
||||
|
||||
Reference in New Issue
Block a user