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