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

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

上级 07ee230d
......@@ -299,7 +299,14 @@ import schema from 'async-validator';
<#if fideValueRule.getPSDEFValueRule?? && fideValueRule.getPSDEFValueRule()??>
<#assign deRule = fideValueRule.getPSDEFValueRule()/>
<#if fideValueRule.getPSDEFormItemName?? && fideValueRule.getPSDEFormItemName()??>
${fideValueRule.getPSDEFormItemName()}:[],
${fideValueRule.getPSDEFormItemName()}:[
<#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>",
},
</#if>],
</#if>
</#if>
</#list>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册