diff --git a/dinky-web/src/pages/DataStudio/RightContainer/SavePoints/index.tsx b/dinky-web/src/pages/DataStudio/RightContainer/SavePoints/index.tsx index efbb8131b8..1aead69fa3 100644 --- a/dinky-web/src/pages/DataStudio/RightContainer/SavePoints/index.tsx +++ b/dinky-web/src/pages/DataStudio/RightContainer/SavePoints/index.tsx @@ -63,7 +63,7 @@ const SavePoints = (props: any) => { actionRef={actionRef} rowKey='id' request={(params, sorter, filter) => - postAll(API_CONSTANTS.GET_SAVEPOINT_LIST, { params, sorter, filter }) + postAll(API_CONSTANTS.GET_SAVEPOINT_LIST, { ...params, sorter, filter }) } params={{ taskId: current.id }} columns={columns as ProColumns[]}