mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 00:37:33 +00:00
fix list
This commit is contained in:
parent
a5fa607903
commit
bab5e31d91
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user