From 604b4abe214952113dc91793eb8431104cb9ec71 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 10 Oct 2023 15:54:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0mtask=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/pm/filters.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/pm/filters.py b/apps/pm/filters.py index 8bb70c76..875cf426 100644 --- a/apps/pm/filters.py +++ b/apps/pm/filters.py @@ -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"] }