diff --git a/src/views/dashboard/List.vue b/src/views/dashboard/List.vue index 4c9c21ca..5dbe374f 100644 --- a/src/views/dashboard/List.vue +++ b/src/views/dashboard/List.vue @@ -467,7 +467,7 @@ function searchDashboards(pageIndex?: any) { (d: { name: string }, index: number) => index < pageIndex * pageSize && index >= (pageIndex - 1) * pageSize ); - currentPage.value = 1; + currentPage.value = pageIndex; } async function reloadTemplates() {