From 2344203563ba1f383797b07125bb59e9a480c9f4 Mon Sep 17 00:00:00 2001 From: w940853815 <940853815@qq.com> Date: Mon, 17 Mar 2025 17:41:55 +0800 Subject: [PATCH] fix: Job detail error --- src/views/ops/Job/JobUpdateCreate.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/views/ops/Job/JobUpdateCreate.vue b/src/views/ops/Job/JobUpdateCreate.vue index 9c31258ae..c4a4ff484 100644 --- a/src/views/ops/Job/JobUpdateCreate.vue +++ b/src/views/ops/Job/JobUpdateCreate.vue @@ -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) {