wf ticket放置ticket_data 数据

This commit is contained in:
曹前明 2022-07-11 11:09:11 +08:00
parent 17bfe21665
commit cb12fe6ca0
1 changed files with 1 additions and 1 deletions

View File

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