mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-18 23:07:41 +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() {
|
click: function() {
|
||||||
this.$axios.post(
|
this.$axios.post(
|
||||||
`/api/v1/accounts/account-backup-plan-executions/`,
|
`/api/v1/accounts/account-backup-plan-executions/`,
|
||||||
{ plan: this.object.id }
|
{ automation: this.object.id }
|
||||||
).then(res => {
|
).then(res => {
|
||||||
openTaskPage(res['task'])
|
openTaskPage(res['task'])
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user