mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-06-11 19:50:24 +08:00
implement delfile
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
item.delloading = true
|
||||
const msg = await delFile(item.id)
|
||||
if (msg) {
|
||||
createMessage.success(msg.msg)
|
||||
createMessage.success(msg)
|
||||
setTimeout(() => {
|
||||
deleteFileByID(item.id)
|
||||
}, 1000)
|
||||
|
||||
Reference in New Issue
Block a user