From 99217cefc879e35aa692deaae8bfcd3d928c2c19 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Tue, 4 Jun 2024 18:25:42 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=89=80=E6=9C=89=E7=BB=84=E4=BB=B6=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E3=80=90=E8=8B=B1=E6=96=87=E5=90=8D=E3=80=91=E5=B1=9E?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #[1168773799706624]后端-表单所有组件增加【英文名】属性 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1168773799706624 --- .../framework/process/dto/ProcessTaskFormAttributeDataVo.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/neatlogic/framework/process/dto/ProcessTaskFormAttributeDataVo.java b/src/main/java/neatlogic/framework/process/dto/ProcessTaskFormAttributeDataVo.java index 912c2498..0a974c94 100755 --- a/src/main/java/neatlogic/framework/process/dto/ProcessTaskFormAttributeDataVo.java +++ b/src/main/java/neatlogic/framework/process/dto/ProcessTaskFormAttributeDataVo.java @@ -14,6 +14,7 @@ public class ProcessTaskFormAttributeDataVo extends AttributeDataVo { this.setId(attributeDataVo.getId()); this.setFormUuid(attributeDataVo.getFormUuid()); this.setAttributeUuid(attributeDataVo.getAttributeUuid()); + this.setAttributeKey(attributeDataVo.getAttributeKey()); this.setAttributeLabel(attributeDataVo.getAttributeLabel()); this.setHandler(attributeDataVo.getHandler()); this.setData(attributeDataVo.getData()); -- Gitee