为了账号安全,请及时绑定邮箱和手机立即绑定

elementUI中el-pagination的current-page无法触发。

elementUI中el-pagination的current-page无法触发。

四季花海 2018-10-24 16:59:19
问题描述elementUI中el-pagination的current-page无法触发在handleCurrentChange中使用this.pagination.currentPage = val;分页是发生了改变,但是页面报错vue.esm.js?efeb:591 [Vue warn]: Error in event handler for "current-change": "TypeError: Cannot set property 'currentPage' of undefined",相对应的内容也没有展示出来。
查看完整描述

1 回答

?
守着星空守着你

TA贡献1799条经验 获得超8个赞

<el-pagination class="margin-top25 align-right"
 :current-page="pagin.pageNo"
 :total="pagin.totalCount"
 :page-size="pagin.pageSize"
 @current-change="handleCurrentChange"></el-pagination>
handleCurrentChange(curPage){
    console.log(curPage) // 当前页}


查看完整回答
反对 回复 2018-10-24
  • 1 回答
  • 0 关注
  • 7630 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信