提交 3c398f1b 编写于 作者: zhangpingchuan's avatar zhangpingchuan

Update CONTROL.tsx.ftl

上级 c1a6dadc
......@@ -177,6 +177,19 @@
}
Object.assign(this.selection, item);
}
<#-- 定义宏 -->
<#macro getParentmode PSDEDataRelation dritemName>
<#if PSDEDataRelation.getPSDEDRDetails?? && PSDEDataRelation.getPSDEDRDetails()??>
<#assign deDrDetails = PSDEDataRelation.getPSDEDRDetails() />
<#list deDrDetails as deDrDetail>
<#if deDrDetail.getName() == dritemName && deDrDetail.getPSDEDRItem?? && deDrDetail.getPSDEDRItem()?? && deDrDetail.getPSDEDRItem().getParentDataJO()??>
${deDrDetail.getPSDEDRItem().getParentDataJO()}
</#if>
</#list>
</#if>
</#macro>
<#list ctrl.getRootItem().getAllItems() as dritem>
/**
......@@ -216,7 +229,7 @@
viewcontainer2: true,
},
props: {
viewdata: JSON.stringify({ srfparentdata: this.selection.data }),
viewdata: JSON.stringify({ srfparentdata: this.selection.data ,srfparentmode:<@getParentmode ctrl.getPSDEDataRelation() ${dritem.getId()}/>}),
},
key: this.$util.createUUID(),
})
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册