mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
Merge pull request #3841 from jumpserver/pr@dev@change_secret
fix: 改密任务记录搜索失败
This commit is contained in:
@@ -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'
|
||||
],
|
||||
|
||||
@@ -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'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user