Commit 5f358327 authored by BaiJiangJie's avatar BaiJiangJie

[Update] 优化登录日志时间范围 2

parent 950358f5
......@@ -255,7 +255,6 @@ class CommandExecutionListView(UserCommandExecutionListView):
@method_decorator(csrf_exempt, name='dispatch')
class LoginLogExportView(PermissionsMixin, View):
permission_classes = [IsValidUser]
date_format = '%Y-%m-%d'
def get(self, request):
fields = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment