This commit is contained in:
BianLzhaoMin 2025-11-18 17:36:37 +08:00
parent 982b91ef34
commit 9238c37cbe
1 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,7 @@ export default {
parentIds,
type,
toType,
publicFolderId,
) {
const params = {
id: fileId,
@ -104,6 +105,7 @@ export default {
parentIds: parentIds,
type,
toType,
publicFolderId,
}
try {
const res = await moveDocCenterAPI(params)
@ -139,6 +141,7 @@ export default {
file.parentIds,
file.type,
this.selectedFolder.type,
file.publicFolderId,
),
)