This commit is contained in:
jxxghp
2023-09-10 17:34:26 +08:00
parent 3c555cbfca
commit 1f0dd907f9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ async function transfer() {
stopLoadingProgress()
// 显示结果
if (res.success) {
$toast.success(`${currentItem.value?.name} 整理成`)
$toast.success(`${currentItem.value?.name} 整理成!`)
// 重新加载
load()
}