diff --git a/src/components/filebrowser/List.vue b/src/components/filebrowser/List.vue index 941b7b87..41069ee1 100644 --- a/src/components/filebrowser/List.vue +++ b/src/components/filebrowser/List.vue @@ -60,9 +60,9 @@ const currentItem = ref() const transferForm = reactive({ path: '', target: '', - tmdbid: 0, - season: 0, - type_name: '电影', + tmdbid: null, + season: null, + type_name: '', transfer_type: '', episode_format: '', episode_detail: '', @@ -223,7 +223,7 @@ function showTransfer(item: FileItem) { // 整理文件 async function transfer() { - transferForm.path = encodeURIComponent(currentItem.value?.path || '') + transferForm.path = currentItem.value?.path || '' // 开始整理文件 try { transferPopper.value = false @@ -544,7 +544,7 @@ onMounted(() => { { @@ -615,8 +616,6 @@ onMounted(() => { 取消 开始整理