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

问题描述

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",相对应的内容也没有展示出来。


四季花海
浏览 7633回答 1
1回答

守着星空守着你

<el-pagination&nbsp;class="margin-top25&nbsp;align-right" &nbsp;:current-page="pagin.pageNo" &nbsp;:total="pagin.totalCount" &nbsp;:page-size="pagin.pageSize" &nbsp;@current-change="handleCurrentChange"></el-pagination> handleCurrentChange(curPage){ &nbsp;&nbsp;&nbsp;&nbsp;console.log(curPage)&nbsp;//&nbsp;当前页}
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript