|
@@ -354,6 +354,8 @@ export default {
|
|
|
typea = this.courseTypeId[this.CourseType[0][i].id];
|
|
|
} else if (this.CourseType[0][i].name == "专栏") {
|
|
|
typeb = this.courseTypeId[this.CourseType[0][i].id];
|
|
|
+ } else if (this.CourseType[0][i].name == "栏目") {
|
|
|
+ typeb = this.courseTypeId[this.CourseType[0][i].id];
|
|
|
} else if (this.CourseType[0][i].name == "学院") {
|
|
|
typeb = this.courseTypeId[this.CourseType[0][i].id];
|
|
|
} else if (this.CourseType[0][i].name == "新技能") {
|