mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-23 18:00:27 +08:00
修复看板--事件中无法单条已读操作的Bug
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
Tea.context(function () {
|
Tea.context(function () {
|
||||||
this.updateRead = function (logId) {
|
this.updateRead = function (logId) {
|
||||||
this.$post(".readEvents")
|
this.$post(".readLogs")
|
||||||
.params({
|
.params({
|
||||||
logIds: [logId]
|
logIds: [logId]
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user