This commit is contained in:
Qiuxia Fan 2022-07-20 16:05:01 +08:00
parent a5fa607903
commit bab5e31d91

View File

@ -467,7 +467,7 @@ function searchDashboards(pageIndex?: any) {
(d: { name: string }, index: number) => (d: { name: string }, index: number) =>
index < pageIndex * pageSize && index >= (pageIndex - 1) * pageSize index < pageIndex * pageSize && index >= (pageIndex - 1) * pageSize
); );
currentPage.value = 1; currentPage.value = pageIndex;
} }
async function reloadTemplates() { async function reloadTemplates() {