Browse Source

11/13 14:03

11
mo 4 years ago
parent
commit
14f8a77b3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/accompanyManager/accompanys.vue

+ 1 - 1
src/views/accompanyManager/accompanys.vue

@@ -810,7 +810,7 @@ export default {
       });
       });
     },
     },
     getList () {
     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 => {
         res => {
           if (res.code == 200) {
           if (res.code == 200) {
             this.tableList = res.data.pageInfo.rows;
             this.tableList = res.data.pageInfo.rows;