Skip to content

Commit

Permalink
fix: run playbook job with no variable
Browse files Browse the repository at this point in the history
  • Loading branch information
w940853815 authored and BaiJiangJie committed Nov 21, 2024
1 parent e47ddb5 commit fcdd090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/ops/Job/JobUpdateCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export default {
data?.variable.map(item => {
delete item.job
delete item.playbook
delete item.id
return item
})
updateForm({ variable: data.variable })
Expand Down

0 comments on commit fcdd090

Please sign in to comment.