|
@@ -857,6 +857,7 @@ export default {
|
|
|
//获取商品双师资模板
|
|
|
this.getCourseTeacher(this.courseList)
|
|
|
} else {
|
|
|
+ this.getCourseTeacher(this.courseList)
|
|
|
this.toggleCourseShow = true
|
|
|
}
|
|
|
|
|
@@ -1128,6 +1129,7 @@ export default {
|
|
|
await this.originUnload()
|
|
|
|
|
|
if (type) {
|
|
|
+ this.teacherIndex = this.teaIndex
|
|
|
this.goodsTeacher.forEach((citem) => {
|
|
|
if(citem.courseList.some(x => x.courseId == item.courseId)){
|
|
|
this.teacherList = citem.teaList
|
|
@@ -1138,7 +1140,7 @@ export default {
|
|
|
this.courseId = item.courseId
|
|
|
this.gradeId = item.gradeId
|
|
|
this.toggleCourseShow = false
|
|
|
- this.teacherIndex = type ? this.teaIndex : 0
|
|
|
+
|
|
|
|
|
|
if (index == 0) {
|
|
|
if (item.rebuild === 0) {
|