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):