1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-12-07 21:13:11 +00:00

Merge pull request #19 from ZeroCatDev/copilot/fix-persistent-notification-bug

Fix: Remove duplicate deletePersistentNotification method definition
This commit is contained in:
Sunwuyuan 2025-11-30 18:17:41 +08:00 committed by GitHub
commit 0ac7f6e6b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -687,11 +687,6 @@ export default {
console.error('删除失败', e)
this.$message?.error('删除失败')
}
},
deletePersistentNotification(id) {
this.itemToDelete = id
this.deleteConfirmDialog = true
}
}
}