From 2d7f1152ff8ddb6ce4c712a27047e6fbb24fc5b6 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 5 Jun 2024 10:24:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=AA=E7=BB=A7=E6=89=BFCustomGeneric?= =?UTF-8?q?ViewSet=E7=9A=84=E8=AE=BE=E7=BD=AEperms=5Fmap=E4=B8=BA{}2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/third/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/third/views.py b/apps/third/views.py index 04c4fcc3..8a8571c9 100755 --- a/apps/third/views.py +++ b/apps/third/views.py @@ -65,6 +65,7 @@ class SpeakerViewSet(CustomGenericViewSet): 喇叭视图集 """ + perms_map = {} serializer_class = serializers.Serializer @action(methods=['get'], detail=False,