fix: 新版本问题修复

This commit is contained in:
meilin.huang
2024-04-12 20:30:28 +08:00
parent e2b524dadb
commit d6eb9683d1
7 changed files with 15 additions and 19 deletions

View File

@@ -619,6 +619,7 @@ const getDirSize = async (data: any) => {
fileId: props.fileId,
path: data.path,
protocol: props.protocol,
authCertName: props.authCertName,
});
data.dirSize = res;
} finally {