fix: 改密任务记录搜索失败

This commit is contained in:
feng
2024-04-12 11:01:39 +08:00
parent 1dfdfe3932
commit ae5787ae52
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'
],