|
@@ -248,7 +248,7 @@ export default {
|
|
|
let params = this.searchForm;
|
|
|
// params.page = this.pageInfo.page
|
|
|
// params.rows = this.pageInfo.limit
|
|
|
- teacherCourseStatistics({ ...params, page: this.pageInfo.page, rows: this.pageInfo.rows }).then((res) => {
|
|
|
+ teacherCourseStatistics({ ...params, page: this.pageInfo.page, rows: this.pageInfo.limit }).then((res) => {
|
|
|
let result = res.data;
|
|
|
if (res.code == 200) {
|
|
|
this.tableList = result.rows;
|