From 411b0fb4c21c8531217d519e574758d46da824e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Thu, 18 Nov 2021 08:52:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9C=8B=E6=9D=BF--=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E6=97=A0=E6=B3=95=E5=8D=95=E6=9D=A1=E5=B7=B2?= =?UTF-8?q?=E8=AF=BB=E6=93=8D=E4=BD=9C=E7=9A=84Bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/views/@default/dashboard/boards/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/views/@default/dashboard/boards/events.js b/web/views/@default/dashboard/boards/events.js index 5f74e63f..8421f8f9 100644 --- a/web/views/@default/dashboard/boards/events.js +++ b/web/views/@default/dashboard/boards/events.js @@ -1,6 +1,6 @@ Tea.context(function () { this.updateRead = function (logId) { - this.$post(".readEvents") + this.$post(".readLogs") .params({ logIds: [logId] })