设置了分页 current-page <el-pagination background
layout="prev, pager, next"
:total="pagination.total"
:page-size="filterForm.maxResultCount"
:current-page="pagination.currentPage"
@current-change="getPageNumber"> </el-pagination>然后点击搜索后需要改成第一页 // 开始搜索
searTenantHouseList() { this.pagination.currentPage = 1
this.GetTenantHouseList()
}但点击搜索后 this.pagination.currentPage还是没修改并且点击页码跳转时 this.pagination.currentPage 还是没改变求指教
添加回答
举报
0/150
提交
取消