From 2f08b9ce81bf5994716c23c1e7abe0907872a307 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 11 Jul 2024 11:24:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20mtask=20=E6=B7=BB=E5=8A=A0route?= =?UTF-8?q?=E6=9F=A5=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/pm/filters.py b/apps/pm/filters.py index 16eb1364..81499356 100644 --- a/apps/pm/filters.py +++ b/apps/pm/filters.py @@ -44,6 +44,7 @@ class MtaskFilter(filters.FilterSet): model = Mtask fields = { "state": ["exact", "in"], + "route": ["exact"], "is_count_utask": ["exact"], "start_date": ["exact", "gte", "lte"], "end_date": ["exact", "gte", "lte"],