From 4a128e995464f0b8c2d8d12801919554e6bd40d7 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 20 一月 2025 18:20:23 +0800 Subject: [PATCH] 隐藏项目业主单位 --- src/components/Process/panel/PropertiesPanel.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/components/Process/panel/PropertiesPanel.vue b/src/components/Process/panel/PropertiesPanel.vue index 959fc1a..6042067 100644 --- a/src/components/Process/panel/PropertiesPanel.vue +++ b/src/components/Process/panel/PropertiesPanel.vue @@ -107,7 +107,6 @@ } }) - console.log(this.canConfigPropertyList, "杩欐槸浠�涔堥") this.elementPropertyList = JSON.parse(JSON.stringify(this.bpmnElementPropertyList ?? [])); }, openAttributesForm(attr, index) { -- Gitblit v1.8.0