Element paging query is transferred to the first page, how to change the page state

problem description

use the element paging component to query data. After the item is removed from the shelf, get the data on the first page.

The

clipboard.png
page is still page 6.
use current-page set to 1, which does not work.
what to do?

Apr.12,2021

clipboard.png

does the currentPage change trigger the current-change event? Did the event do the corresponding request data operation?


is there any error? current-page needs to pass in a number. Does it pass a string? In usage, just change current-page

Menu