feat: 增加mtask查询条件
This commit is contained in:
parent
f5067e3163
commit
604b4abe21
|
|
@ -19,6 +19,8 @@ class MtaskFilter(filters.FilterSet):
|
|||
"mgroup__process": ["exact"],
|
||||
"mgroup__process__cate": ["exact"],
|
||||
"material": ["exact"],
|
||||
"material__type": ["exact"],
|
||||
"material__is_hidden": ["exact"],
|
||||
"parent": ["exact", "isnull"]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue