|
@@ -810,7 +810,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
getList () {
|
|
|
- findPracticeGroupCourseSchedules({ practiceId: this.practiceId, page: this.pageInfo.page, rows: this.pageInfo.limit }).then(
|
|
|
+ findPracticeGroupCourseSchedules({ practiceId: this.practiceId, page: this.rules.page, rows: this.rules.limit }).then(
|
|
|
res => {
|
|
|
if (res.code == 200) {
|
|
|
this.tableList = res.data.pageInfo.rows;
|