@@ -191,6 +191,8 @@ export default {
},
getList() {
let params = this.searchForm;
+ params.page = this.pageInfo.page
+ params.rows = this.pageInfo.limit
teacherCourseStatistics(params).then((res) => {
let result = res.data;
if (res.code == 200) {