Update FileTable.vue
This commit is contained in:
parent
aee99b1d82
commit
5a9e3fed54
@ -456,7 +456,7 @@ export default {
|
|||||||
if (listOfFolder.includes(file.parentPath)) {
|
if (listOfFolder.includes(file.parentPath)) {
|
||||||
await this.moveFileToTarget(file, file.parentPath + '/', file.name);
|
await this.moveFileToTarget(file, file.parentPath + '/', file.name);
|
||||||
} else {
|
} else {
|
||||||
await this.createFolder(file, '');
|
await this.moveFileToTarget(file, '');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user