提交 1c23bb71 编写于 作者: KK's avatar KK

表单新增属性值规则 -- 常规属性 -- fix2

上级 f008cb27
......@@ -300,8 +300,8 @@ import schema from 'async-validator';
<#assign deRule = fideValueRule.getPSDEFValueRule()/>
<#if fideValueRule.getPSDEFormItemName?? && fideValueRule.getPSDEFormItemName()??>
${fideValueRule.getPSDEFormItemName()}:[
<#if deRule.getPSDEFVRGroupCondition?? && deRule.getPSDEFVRGroupCondition()?? && deRule.getPSDEFVRGroupCondition.getPSDEFVRConditions?? && deRule.getPSDEFVRGroupCondition.getPSDEFVRConditions()??>
<#list deRule.getPSDEFVRGroupCondition.getPSDEFVRConditions() as condItem>
<#if deRule.getPSDEFVRGroupCondition?? && deRule.getPSDEFVRGroupCondition()?? && deRule.getPSDEFVRGroupCondition().getPSDEFVRConditions?? && deRule.getPSDEFVRGroupCondition().getPSDEFVRConditions()??>
<#list deRule.getPSDEFVRGroupCondition().getPSDEFVRConditions() as condItem>
{
type:"<#if condItem.getCondType?? && condItem.getCondType()??>${condItem.getCondType()}</#if>",
paramValue:"<#if condItem.getParamValue?? && condItem.getParamValue()??>${condItem.getParamValue}</#if>",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册