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