fix: event

This commit is contained in:
手瓜一十雪
2024-11-18 19:51:08 +08:00
parent ca5b8facf5
commit bdff93aa2f
2 changed files with 27 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ export class GetGroupRootFiles extends BaseAction<Payload, {
startIndex: 0,
sortOrder: 2,
showOnlinedocFolder: 0,
}).catch(() => []);
});
return {
files: ret.filter(item => item.fileInfo)