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