fix while uncheck
This commit is contained in:
parent
dd4521324c
commit
8aea56cf3b
@ -252,7 +252,7 @@ export default {
|
||||
},
|
||||
getFullPath(file) {
|
||||
if (!file.parentPath || file.parentPath === '') {
|
||||
return [file.name];
|
||||
return file.name;
|
||||
} else {
|
||||
return `${file.parentPath}/${file.name}`;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user