From a3dbb8fe40e06f9abd9718f14aaa7311bddbc150 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 13 二月 2025 21:46:05 +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