fix: 修复创建工单无备注信息bug

This commit is contained in:
feng626
2022-10-10 14:01:19 +08:00
committed by 老广
parent a487d30001
commit ca17faaf01
2 changed files with 2 additions and 2 deletions

View File

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