diff --git a/WaterCloud.Web/Areas/SystemSecurity/Views/Log/Index.cshtml b/WaterCloud.Web/Areas/SystemSecurity/Views/Log/Index.cshtml index 56164d7..42d5105 100644 --- a/WaterCloud.Web/Areas/SystemSecurity/Views/Log/Index.cshtml +++ b/WaterCloud.Web/Areas/SystemSecurity/Views/Log/Index.cshtml @@ -47,7 +47,7 @@
@@ -131,7 +131,7 @@ * toolbar监听事件 */ table.on('toolbar(currentTableFilter)', function (obj) { - if (obj.event === 'removelog') { // 监听删除操作 + if (obj.event === 'add') { // 监听删除操作 common.modalOpen({ title: "清空日志", url: "/SystemSecurity/Log/RemoveLog",