This commit is contained in:
parent
982b91ef34
commit
9238c37cbe
|
|
@ -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,
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue