feat: 增加mtask查询条件

This commit is contained in:
caoqianming 2023-11-30 13:38:20 +08:00
parent abb3fef89f
commit 73a463dd2f
1 changed files with 1 additions and 0 deletions

View File

@ -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"]
}