mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 07:27:01 +00:00
fix: Account backup click Execute on the details page, and an error of 500 will be reported.
This commit is contained in:
parent
2da3b2ac75
commit
972e420354
@ -45,7 +45,7 @@ export default {
|
||||
click: function() {
|
||||
this.$axios.post(
|
||||
`/api/v1/accounts/account-backup-plan-executions/`,
|
||||
{ plan: this.object.id }
|
||||
{ automation: this.object.id }
|
||||
).then(res => {
|
||||
openTaskPage(res['task'])
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user