mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
Merge branch 'master-20251023-tag' into test1024
This commit is contained in:
@@ -1211,10 +1211,10 @@ export default {
|
|||||||
|
|
||||||
console.log("courseForm 保存课程信息 this.showTags = " + this.showTags);
|
console.log("courseForm 保存课程信息 this.showTags = " + this.showTags);
|
||||||
console.log("courseForm 保存课程信息 this.courseInfo.tags = " + this.courseInfo.tags);
|
console.log("courseForm 保存课程信息 this.courseInfo.tags = " + this.courseInfo.tags);
|
||||||
if (this.showTags.length > 0) {
|
// if (this.showTags.length > 0) {
|
||||||
this.courseInfo.tags = this.courseInfo.tags.join();
|
// this.courseInfo.tags = this.courseInfo.tags.join();
|
||||||
}
|
// }
|
||||||
console.log("courseForm 保存课程信息 this.courseInfo.tags = " + this.courseInfo.tags);
|
// console.log("courseForm 保存课程信息 this.courseInfo.tags = " + this.courseInfo.tags);
|
||||||
this.courseInfo.keywords = this.tips.join(',') || ''
|
this.courseInfo.keywords = this.tips.join(',') || ''
|
||||||
//检查输入是否合法
|
//检查输入是否合法
|
||||||
//if(!this.requireSaveCourse){
|
//if(!this.requireSaveCourse){
|
||||||
|
|||||||
Reference in New Issue
Block a user