fix: Account backup click Execute on the details page, and an error of 500 will be reported.

This commit is contained in:
w940853815 2025-02-28 15:53:07 +08:00 committed by w940853815
parent 2da3b2ac75
commit 972e420354

View File

@ -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'])
})