From 241df0becaf87b6486b9a439bf842bdf9d3f4bc9 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 20 Oct 2025 16:33:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20mio=20=E6=B7=BB=E5=8A=A0=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/inm/filters.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/inm/filters.py b/apps/inm/filters.py index 41dd53a6..977fcc1e 100644 --- a/apps/inm/filters.py +++ b/apps/inm/filters.py @@ -39,6 +39,7 @@ class MioFilter(filters.FilterSet): "mgroup": ["exact"], "item_mio__batch": ["exact"], "inout_date": ["gte", "lte", "exact"], + "belong_dept": ["exact"] } def filter_materials__type(self, queryset, name, value):