From 20e431cb7df23dedc88f12fd497d2716548366da Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 14 Mar 2025 14:16:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20mtask=E6=B7=BB=E5=8A=A0=E7=AD=9B?= =?UTF-8?q?=E9=80=89=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/pm/filters.py b/apps/pm/filters.py index 417ae4a0..29e96d01 100644 --- a/apps/pm/filters.py +++ b/apps/pm/filters.py @@ -46,6 +46,7 @@ class MtaskFilter(filters.FilterSet): fields = { "state": ["exact", "in"], "route": ["exact"], + "route__material_in": ["exact"], "is_count_utask": ["exact"], "start_date": ["exact", "gte", "lte"], "end_date": ["exact", "gte", "lte"],