修复看板--事件中无法单条已读操作的Bug

This commit is contained in:
GoEdgeLab
2021-11-18 08:52:29 +08:00
parent cf04edb1d1
commit 28826093eb

View File

@@ -1,6 +1,6 @@
Tea.context(function () {
this.updateRead = function (logId) {
this.$post(".readEvents")
this.$post(".readLogs")
.params({
logIds: [logId]
})