소스 검색

Merge branch 'wxlNew' into test

lex-xin 4 년 전
부모
커밋
b488e6cc7d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/operationalEarly/operationalList.vue

+ 1 - 1
src/views/operationalEarly/operationalList.vue

@@ -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;