feat: route添加filter

This commit is contained in:
caoqianming 2024-08-02 21:00:13 +08:00
parent fa56d61ffc
commit c58e34a7fd
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class RouteFilter(filters.FilterSet):
"material_out": ["exact", "in"],
"process": ["exact", "in"],
"is_autotask": ["exact"],
"routepack": ["exact"],
"routepack": ["exact", "isnull"],
"routepack__state": ["exact"],
"mgroup": ["exact", "in", "isnull"],
"mgroup__name": ["exact", "contains"],