mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
fix: Account backup click Execute on the details page, and an error of 500 will be reported.
This commit is contained in:
@@ -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'])
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user