Merge branch 'master' of https://e.coding.net/ctcdevteam/ehs/ehs_server
This commit is contained in:
commit
141e8ad4c8
|
@ -15,7 +15,9 @@ class UserFilterSet(filters.FilterSet):
|
||||||
'depts': ['exact'],
|
'depts': ['exact'],
|
||||||
'type': ['exact', 'in'],
|
'type': ['exact', 'in'],
|
||||||
'belong_dept__name': ['exact'],
|
'belong_dept__name': ['exact'],
|
||||||
'depts__name': ["exact"]
|
'depts__name': ["exact"],
|
||||||
|
'posts__name': ["exact"],
|
||||||
|
'posts__code': ["exact"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue