From 030dc5a8d1eaa0f25520034bdb00c41e7ac08852 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Wed, 13 Sep 2023 15:50:09 +0800
Subject: [PATCH] 冲突修改

---
 src/components/task/CreatePlan.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/components/task/CreatePlan.vue b/src/components/task/CreatePlan.vue
index 3cd26ab..5dc2ed2 100644
--- a/src/components/task/CreatePlan.vue
+++ b/src/components/task/CreatePlan.vue
@@ -428,6 +428,7 @@
   form.outOfControl = planForm.outOfControl
   form.breakContinue = planForm.breakContinue
   form.finishAction = planForm.finishAction
+  form.status = 1
 
   // 根据不同任务策略给form添加不同字段
   if (planForm.taskType === TaskType.Timed) {

--
Gitblit v1.9.3