fix: run playbook job with no variable

This commit is contained in:
wangruidong
2024-11-21 21:53:35 +08:00
committed by w940853815
parent 475a77497f
commit 76ff273ec7

View File

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