fix: 改密任务记录搜索失败 (#13006)

Co-authored-by: feng <1304903146@qq.com>
pull/13007/head
fit2bot 2024-04-12 11:02:47 +08:00 committed by GitHub
parent f3d19ad9f4
commit 3bc8db7c3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -69,4 +69,4 @@ class ChangeSecretRecordFilterSet(BaseFilterSet):
class Meta:
model = ChangeSecretRecord
fields = ['id', 'status', 'asset_id', 'execution_id']
fields = ['id', 'status', 'asset_id', 'execution']