how does the paging component of vue+elemrnt ui return to the top of the table when turning pages
related codes
<el-pagination class="pagination" @size-change="handleSizeChange" @current-change="handleCurrentChange"
:current-page.sync="listQuery.page"
:page-sizes="[20, 50, 100, 200]" :page-size="listQuery.limit"
layout="total, sizes, prev, pager, next, jumper" :total="cptInfoTotal">
</el-pagination>
problem description
after clicking on the next page, or after clicking on a few pages, the table is now turned to the bottom, and after turning the page, it is still at the bottom. How to make the table show the top
after turning the page?
related codes
/ / Please paste the code text below (do not replace the code with pictures)
what result do you expect? What is the error message actually seen?
topic description
sources of topics and their own ideas
related codes
/ / Please paste the code text below (do not replace the code with pictures)