refactor: 优化ReorganizeDialog组件

为ReorganizeDialog组件进行优化,移除了props中的storage属性,并将其替换为target_storage和target_path属性。同时更新了相关的表单和逻辑处理。
This commit is contained in:
jxxghp
2024-09-20 13:39:33 +08:00
parent 153fe8fcd0
commit aff4b2f9b7
2 changed files with 47 additions and 29 deletions

View File

@@ -736,7 +736,6 @@ onMounted(() => {
<ReorganizeDialog
v-if="transferPopper"
v-model="transferPopper"
:storage="inProps.storage"
:items="transferItems"
@done="transferDone"
@close="transferPopper = false"