From 16fcff23e254e02bd0b09624e8dc44b6097dc6f9 Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Thu, 16 Nov 2023 10:23:44 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/demo' into demo

---
 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 4f8ddd4..6fc96bd 100644
--- a/src/components/task/CreatePlan.vue
+++ b/src/components/task/CreatePlan.vue
@@ -594,6 +594,7 @@
         })
     } else {
       createPlanBody.execute_start_time_arr = getFlyTimeList(createPlanBody)
+      console.log(createPlanBody, '-----------------------')
 
       if (planBody.task_type === TaskType.Repeat) {
         createPlanBody.task_type = 1

--
Gitblit v1.9.3