浏览代码

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;