feat: mlog增加筛选条件
This commit is contained in:
parent
4e3f6686c2
commit
014b21ba2b
|
@ -52,6 +52,7 @@ class MlogFilter(filters.FilterSet):
|
|||
"handle_user": ["exact"],
|
||||
"mtask__mgroup__belong_dept__name": ["exact"],
|
||||
"mgroup__belong_dept__name": ["exact", "in"],
|
||||
"mgroup__name": ["exact", "in"],
|
||||
"submit_time": ["isnull"]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue