fix: pageNo error

This commit is contained in:
xingyu4j
2025-06-24 21:28:14 +08:00
parent 34730ab1a0
commit d258af35d7
18 changed files with 21 additions and 21 deletions

View File

@@ -42,7 +42,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
getChartOptions(activeTabName.value, active.value, res),
);
return await getDatas(activeTabName.value, {
page: page.currentPage,
pageNo: page.currentPage,
pageSize: page.pageSize,
...formValues,
});