|
@@ -468,7 +468,8 @@ export default {
|
|
|
var typea, typeb, typec, typed;
|
|
|
for (var i = 0; i < this.CourseType[0].length; i++) {
|
|
|
if (this.courseTypeId[this.CourseType[0][i].id] == "1") {
|
|
|
- typeE.push(this.CourseType[0][i].id);
|
|
|
+ // typeE.push(this.CourseType[0][i].id);
|
|
|
+ typeE = []
|
|
|
} else if (this.courseTypeId[this.CourseType[0][i].id] != "") {
|
|
|
if (this.CourseType[0][i].name == "案例组别") {
|
|
|
typea = this.courseTypeId[this.CourseType[0][i].id];
|