fix: benchmark enviroment table

This commit is contained in:
jialin
2026-02-06 20:59:47 +08:00
parent 096227e3da
commit 3c5b095510
12 changed files with 258 additions and 360 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ export default function useTableFetch<T>(
}
) => {
loadendRef.current = false;
const newQueryParams = { ...queryParams, ...params, page: 1 };
const newQueryParams = { ...queryParams, ...params };
setQueryParams(newQueryParams);
await fetchData({ query: newQueryParams });
if (watch && !options?.paginate) {