feat: mtask增加查询条件

This commit is contained in:
caoqianming 2023-12-25 10:06:35 +08:00
parent 90c7d0e5a1
commit ca7dc5c2ba
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ class MtaskFilter(filters.FilterSet):
"mgroup__process": ["exact"],
"mgroup__process__cate": ["exact"],
"material_out": ["exact"],
"material_out__name": ["exact"],
"material_out__type": ["exact"],
"material_out__is_hidden": ["exact"],
"mgroup__belong_dept__name": ["exact"],