Element-ui paging problem

< el-pagination: current-page.sync= "currentPage" >
currently needs to implement a search function. After triggering the search button,
this.currentPage = 1;

if I click on page 3, then when I click back to page 3, there will be no response

Mar.11,2021

: what does the bound attribute


@ current-change mean by


@ current-change to see if this event is bound or paste the code


just want to do a conditional search on page 3? Or is the search global?

Menu