We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94add8 commit 2396a6bCopy full SHA for 2396a6b
1 file changed
src/components/filebrowser/List.vue
@@ -226,10 +226,10 @@ async function transfer() {
226
transferForm.path = currentItem.value?.path || ''
227
// 开始整理文件
228
try {
229
+ transferPopper.value = false
230
const result: { [key: string]: any } = await api.post('transfer/manual', {}, {
231
params: transferForm,
232
})
- transferPopper.value = false
233
if (result.success) {
234
$toast.success(`${currentItem.value?.name} 整理成功!`)
235
// 重新加载
0 commit comments