fix: set page to -1 for all data

This commit is contained in:
jialin
2025-11-07 16:54:33 +08:00
parent 64e2cfa35a
commit fdb6ac7575
13 changed files with 19 additions and 31 deletions
+1 -2
View File
@@ -82,8 +82,7 @@ const Workers: React.FC = () => {
const getClusterList = async () => {
try {
const params = {
page: 1,
perPage: 100
page: -1
};
const res = await queryClusterList(params);
const clusterMap = res?.items?.reduce(