From a6d1bfa6e19ce0115b212a7c7220fa27237adebe Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Wed, 13 Sep 2023 11:30:35 +0800
Subject: [PATCH] Merge branch 'develop' of http://s16s652780.51mypc.cn:49896/r/yskj/iot_drone_web into develop
---
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