fix: ticket nothing comment bug

pull/8970/head
feng626 2022-10-10 15:17:51 +08:00
parent cd98ec4cac
commit e330776ab1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class ApplyAssetSerializer(BaseApplyAssetApplicationSerializer, TicketApplySeria
model = ApplyAssetTicket
writeable_fields = [
'id', 'title', 'type', 'apply_nodes', 'apply_assets',
'apply_accounts', 'apply_actions', 'org_id',
'apply_accounts', 'apply_actions', 'org_id', 'comment',
'apply_date_start', 'apply_date_expired'
]
fields = TicketApplySerializer.Meta.fields + writeable_fields + [