From f17405af712338af85534d652e543f78b6054e72 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 12 二月 2025 17:33:22 +0800
Subject: [PATCH] 项目状态跟随项目阶段取值

---
 src/components/Process/panel/PropertiesPanel.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/components/Process/panel/PropertiesPanel.vue b/src/components/Process/panel/PropertiesPanel.vue
index e1a171f..c895056 100644
--- a/src/components/Process/panel/PropertiesPanel.vue
+++ b/src/components/Process/panel/PropertiesPanel.vue
@@ -63,7 +63,6 @@
             this.propertyForm.name = name
             this.propertyForm.value = value
             this.saveAttribute()
-            this.resetList()
           }
         },
         {
@@ -74,7 +73,6 @@
             this.propertyForm.name = name
             this.propertyForm.value = value
             this.saveAttribute()
-            this.resetList()
           }
         },
         {
@@ -85,7 +83,6 @@
             this.propertyForm.name = name
             this.propertyForm.value = value
             this.saveAttribute()
-            this.resetList()
           }
         }
       ], // 鍙互閰嶇疆鐨勫睘鎬у垪琛�

--
Gitblit v1.8.0