fix: Job detail error

This commit is contained in:
w940853815
2025-03-17 17:41:55 +08:00
committed by w940853815
parent f1a79cc36d
commit 2344203563

View File

@@ -245,22 +245,17 @@ export default {
this.initial.runAfterSave = true
this.instantTask = true
this.createSuccessNextRoute = { name: 'Adhoc' }
this.ready = true
})
} else {
this.ready = true
}
break
case 'playbook':
this.initial.type = 'playbook'
if (this.$route.query.id) {
this.initial.playbook = this.$route.query.id
this.ready = true
} else {
this.ready = true
}
break
}
this.ready = true
},
methods: {
submitForm(form, btn) {