This commit is contained in:
Baobhan Sith
2025-04-29 20:01:50 +08:00
parent 151b35654d
commit f6f55f61de
2 changed files with 11 additions and 6 deletions
@@ -489,7 +489,7 @@ const {
// 修改:确保在调用前检查 currentSftpManager.value
onRefresh: () => {
if (currentSftpManager.value) {
currentSftpManager.value.loadDirectory(currentSftpManager.value.currentPath.value);
currentSftpManager.value.loadDirectory(currentSftpManager.value.currentPath.value, true);
}
},
onUpload: triggerFileUpload,