ソースを参照

11/13 14:03

11
mo 4 年 前
コミット
14f8a77b3b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/accompanyManager/accompanys.vue

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

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