Browse Source

提交 分页无效问题

魏熙美 5 years ago
parent
commit
faa61ce405
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/views/consultant/list.vue

+ 1
- 1
src/views/consultant/list.vue View File

57
     :current-page.sync="pageNavi.current"
57
     :current-page.sync="pageNavi.current"
58
     :pageSize="pageNavi.size"
58
     :pageSize="pageNavi.size"
59
     :total="pageNavi.total || 0"
59
     :total="pageNavi.total || 0"
60
-    @current-change="getConsultants"
60
+    @current-change="getList"
61
   >
61
   >
62
   </el-pagination>
62
   </el-pagination>
63
 </div>
63
 </div>