Skip to content

Commit 2396a6b

Browse files
committed
fix ui
1 parent c94add8 commit 2396a6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/filebrowser/List.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,10 @@ async function transfer() {
226226
transferForm.path = currentItem.value?.path || ''
227227
// 开始整理文件
228228
try {
229+
transferPopper.value = false
229230
const result: { [key: string]: any } = await api.post('transfer/manual', {}, {
230231
params: transferForm,
231232
})
232-
transferPopper.value = false
233233
if (result.success) {
234234
$toast.success(`${currentItem.value?.name} 整理成功!`)
235235
// 重新加载

0 commit comments

Comments
 (0)