fix: the interface for querying data set files is compatible with ret… (#171)

fix: the interface for querying data set files is compatible with returns in file system format and list returns.
This commit is contained in:
hefanli
2025-12-16 11:31:52 +08:00
committed by GitHub
parent b3558d3202
commit 082aca1597
2 changed files with 8 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ export function useFilesOperation(dataset: Dataset) {
const params: any = {
page: current ? current : pagination.current,
size: pageSize ? pageSize : pagination.pageSize,
isWithDirectory: true,
};
if (prefix !== undefined) {