mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-25 14:34:46 +00:00
fix: run playbook job with no variable
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user