From cb12fe6ca0c48e771c857119e332c637dce997a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Mon, 11 Jul 2022 11:09:11 +0800 Subject: [PATCH] =?UTF-8?q?wf=20ticket=E6=94=BE=E7=BD=AEticket=5Fdata=20?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wf/serializers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wf/serializers.py b/apps/wf/serializers.py index 00f26f2f..0e695719 100755 --- a/apps/wf/serializers.py +++ b/apps/wf/serializers.py @@ -113,7 +113,7 @@ class TicketListSerializer(serializers.ModelSerializer): class Meta: model = Ticket fields = ['id', 'title', 'sn', 'workflow', 'workflow_', 'state', 'state_', - 'act_state', 'create_time', 'update_time', 'participant_type', 'create_by'] + 'act_state', 'create_time', 'update_time', 'participant_type', 'create_by', 'ticket_data'] @staticmethod def setup_eager_loading(queryset):