This commit is contained in:
jxxghp
2023-08-27 09:40:08 +08:00
parent c94add8d6b
commit 2396a6b5fc

View File

@@ -226,10 +226,10 @@ async function transfer() {
transferForm.path = currentItem.value?.path || ''
// 开始整理文件
try {
transferPopper.value = false
const result: { [key: string]: any } = await api.post('transfer/manual', {}, {
params: transferForm,
})
transferPopper.value = false
if (result.success) {
$toast.success(`${currentItem.value?.name} 整理成功!`)
// 重新加载