|
@@ -834,7 +834,7 @@ export default {
|
|
|
this.menuList = []
|
|
|
this.$api.courseCourseList({
|
|
|
pageNum: 1,
|
|
|
- pageSize: 100,
|
|
|
+ pageSize: 200,
|
|
|
goodsId: this.goodsId,
|
|
|
gradeId: this.gradeId,
|
|
|
orderGoodsId: this.orderGoodsId,
|
|
@@ -904,6 +904,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
getCourseTeacher(rows) {
|
|
|
+ this.goodsTeacher = []
|
|
|
//获取商品双师资模板
|
|
|
this.$api.courseTeacherList({
|
|
|
goodsId: this.goodsId
|