diff --git a/ui/src/views/tool/index.vue b/ui/src/views/tool/index.vue index 5252f3c56..d55babbab 100644 --- a/ui/src/views/tool/index.vue +++ b/ui/src/views/tool/index.vue @@ -92,6 +92,7 @@ function refreshFolder() { onMounted(() => { getFolder(folder.currentFolder?.id ? false : true) + radioChange() })