From ac9f2277f2c2498b87750cdd9cced979b607dd79 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Mon, 20 Jan 2025 14:54:25 +0800
Subject: [PATCH] 任务修改异常解决

---
 src/views/job/jobinfo.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/job/jobinfo.vue b/src/views/job/jobinfo.vue
index 839bf7e..ff80ca2 100644
--- a/src/views/job/jobinfo.vue
+++ b/src/views/job/jobinfo.vue
@@ -129,6 +129,8 @@
         if (!func.isUndefined(lifecycleStart) && !func.isUndefined(lifecycleEnd)) {
           row.lifecycle = lifecycleStart + ',' + lifecycleEnd;
         }
+      }else{
+        row.lifecycle = ""
       }
       update(row).then(
         () => {

--
Gitblit v1.9.3