|
@@ -126,7 +126,13 @@ export default {
|
|
|
this.courseIds = []
|
|
|
}
|
|
|
//获取商品课程
|
|
|
- this.$api.obtainCourseSgoodsId(goodsId).then((res) => {
|
|
|
+ let param = {
|
|
|
+ goodsId: this.goodsId,
|
|
|
+ pageSize: this.formData.pageSize,
|
|
|
+ pageNum: this.formData.pageNum,
|
|
|
+ keyWord: this.courseName
|
|
|
+ }
|
|
|
+ this.$api.obtainCourseGoodsList(param).then((res) => {
|
|
|
console.log(res, "res");
|
|
|
if (res.code == 200) {
|
|
|
this.tableData = res.rows;
|