The current-page of el-pagination in elementUI cannot be triggered.

problem description

current-page of el-pagination in elementUI cannot trigger
paging using this.pagination.currentPage = val; in handleCurrentChange has changed, but the page reported an error vue.esm.js?efeb:591 [Vue warn]: Error in event handler for "current-change": "TypeError: Cannot set property "currentPage" of undefined", and the corresponding content is not displayed.

Jul.22,2021

<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) // 
}

@current-change="handleCurrentChange"
handleCurrentChange(curPage){
    console.log(curPage) // 
}

then you have to make a request.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b39978-2b923.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b39978-2b923.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?