feat: mio添加mgroup查询条件
This commit is contained in:
parent
8273a96597
commit
49712b8211
|
@ -32,6 +32,7 @@ class MioFilter(filters.FilterSet):
|
||||||
"order": ["exact"],
|
"order": ["exact"],
|
||||||
"item_mio__test_date": ["isnull"],
|
"item_mio__test_date": ["isnull"],
|
||||||
"item_mio__test_user": ["isnull"],
|
"item_mio__test_user": ["isnull"],
|
||||||
|
"mgroup": ["exact"],
|
||||||
}
|
}
|
||||||
|
|
||||||
def filter_materials__type(self, queryset, name, value):
|
def filter_materials__type(self, queryset, name, value):
|
||||||
|
|
Loading…
Reference in New Issue