Merge pull request #3841 from jumpserver/pr@dev@change_secret

fix: 改密任务记录搜索失败
This commit is contained in:
feng626
2024-04-12 11:03:01 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ export default {
secretUrl: '',
showViewSecretDialog: false,
tableConfig: {
url: `/api/v1/accounts/change-secret-records/?execution_id=${this.object.id}`,
url: `/api/v1/accounts/change-secret-records/?execution=${this.object.id}`,
columns: [
'asset', 'account', 'date_finished', 'is_success', 'error', 'actions'
],

View File

@@ -34,7 +34,7 @@ export default {
secretUrl: '',
showViewSecretDialog: false,
tableConfig: {
url: `/api/v1/accounts/push-account-records/?execution_id=${this.object.id}`,
url: `/api/v1/accounts/push-account-records/?execution=${this.object.id}`,
columns: [
'asset', 'account', 'date_finished', 'is_success', 'error', 'actions'
],