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

This commit is contained in:
刘祥超
2021-11-18 08:52:29 +08:00
parent 8053fb2399
commit 411b0fb4c2

View File

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