From 3863e8c83f766a83a6275b458259b2c8378542d7 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 16 Jun 2023 13:37:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AF=BC=E5=85=A5=E6=97=B6=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E7=BB=9F=E8=AE=A1=E6=89=A7=E8=A1=8C=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/apps/supervision/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/apps/supervision/views.py b/server/apps/supervision/views.py index 9846795..ce88c19 100644 --- a/server/apps/supervision/views.py +++ b/server/apps/supervision/views.py @@ -640,6 +640,7 @@ class ImpMixin: raise ParseError(err_msg) else: sr.save(create_by=request.user) + self.countup_task2do(task2do) # 统计执行情况 return Response() class RcViewSet(ImpMixin, Domixin, CreateUpdateCustomMixin, ModelViewSet):