This commit is contained in:
jxxghp
2023-10-14 14:15:38 +08:00
parent 7f13597517
commit e62d0809b3
3 changed files with 45 additions and 35 deletions

View File

@@ -524,7 +524,7 @@ onMounted(() => {
<ReorganizeForm
v-model="transferPopper"
:path="currentItem?.path"
@done="load"
@done="transferPopper = false; load()"
@close="transferPopper = false"
/>
<!-- 手动整理进度框 -->