From 8509d53e6fed61a9217889225e49dd89052b5f11 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 05 十二月 2024 05:42:56 +0800 Subject: [PATCH] 流程办理回显逻辑变更:处理当前节点只拉取上一个节点及本节点的表单数据,且无论提交数据还是审核都用一个页面 --- src/components/Process/panel/PropertiesPanel.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/Process/panel/PropertiesPanel.vue b/src/components/Process/panel/PropertiesPanel.vue index 3d9b41c..5a4f9f1 100644 --- a/src/components/Process/panel/PropertiesPanel.vue +++ b/src/components/Process/panel/PropertiesPanel.vue @@ -107,7 +107,7 @@ }, saveAttribute() { const { name, value } = this.propertyForm; - console.log(this.bpmnElementPropertyList); + console.log(this.bpmnElementPropertyList, "灞炴�у垪琛�"); if (this.editingPropertyIndex !== -1) { this.modelerStore.modeling.updateModdleProperties(this.bpmnElement, this.bpmnElementPropertyList[this.editingPropertyIndex], { name, -- Gitblit v1.8.0