feat: mtask增加查询条件
This commit is contained in:
parent
90c7d0e5a1
commit
ca7dc5c2ba
|
@ -52,6 +52,7 @@ class MtaskFilter(filters.FilterSet):
|
||||||
"mgroup__process": ["exact"],
|
"mgroup__process": ["exact"],
|
||||||
"mgroup__process__cate": ["exact"],
|
"mgroup__process__cate": ["exact"],
|
||||||
"material_out": ["exact"],
|
"material_out": ["exact"],
|
||||||
|
"material_out__name": ["exact"],
|
||||||
"material_out__type": ["exact"],
|
"material_out__type": ["exact"],
|
||||||
"material_out__is_hidden": ["exact"],
|
"material_out__is_hidden": ["exact"],
|
||||||
"mgroup__belong_dept__name": ["exact"],
|
"mgroup__belong_dept__name": ["exact"],
|
||||||
|
|
Loading…
Reference in New Issue