mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +08:00
fix ui
This commit is contained in:
@@ -226,10 +226,10 @@ async function transfer() {
|
|||||||
transferForm.path = currentItem.value?.path || ''
|
transferForm.path = currentItem.value?.path || ''
|
||||||
// 开始整理文件
|
// 开始整理文件
|
||||||
try {
|
try {
|
||||||
|
transferPopper.value = false
|
||||||
const result: { [key: string]: any } = await api.post('transfer/manual', {}, {
|
const result: { [key: string]: any } = await api.post('transfer/manual', {}, {
|
||||||
params: transferForm,
|
params: transferForm,
|
||||||
})
|
})
|
||||||
transferPopper.value = false
|
|
||||||
if (result.success) {
|
if (result.success) {
|
||||||
$toast.success(`${currentItem.value?.name} 整理成功!`)
|
$toast.success(`${currentItem.value?.name} 整理成功!`)
|
||||||
// 重新加载
|
// 重新加载
|
||||||
|
|||||||
Reference in New Issue
Block a user