feat: 增加mtask查询条件
This commit is contained in:
parent
abb3fef89f
commit
73a463dd2f
|
@ -55,6 +55,7 @@ class MtaskFilter(filters.FilterSet):
|
|||
"material_out__type": ["exact"],
|
||||
"material_out__is_hidden": ["exact"],
|
||||
"mgroup__belong_dept__name": ["exact"],
|
||||
"mgroup__belong_dept": ["exact"],
|
||||
"utask": ["exact"]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue