wf ticket放置ticket_data 数据
This commit is contained in:
parent
17bfe21665
commit
cb12fe6ca0
|
@ -113,7 +113,7 @@ class TicketListSerializer(serializers.ModelSerializer):
|
||||||
class Meta:
|
class Meta:
|
||||||
model = Ticket
|
model = Ticket
|
||||||
fields = ['id', 'title', 'sn', 'workflow', 'workflow_', 'state', 'state_',
|
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
|
@staticmethod
|
||||||
def setup_eager_loading(queryset):
|
def setup_eager_loading(queryset):
|
||||||
|
|
Loading…
Reference in New Issue