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

表单新增属性值规则 -- 正则式 --fix

上级 caff79e6
......@@ -304,10 +304,10 @@ import schema from 'async-validator';
<#list deRule.getPSDEFVRGroupCondition().getPSDEFVRConditions() as condItem>
{
type:"<#if condItem.getCondType?? && condItem.getCondType()??>${condItem.getCondType()}</#if>",
<#if condItem.getParamValue?? && condItem.getParamValue()??>paramValue:"${condItem.getParamValue()}"</#if>,
<#if condItem.getParamType?? && condItem.getParamType()??>paramType:"${condItem.getParamType()}"</#if>,
<#if condItem.isNotMode?? && condItem.isNotMode()??>isNotMode:${condItem.isNotMode()?c}</#if>,
<#if condItem.getRegExCode?? && condItem.getRegExCode()??>RegExCode:${condItem.getRegExCode()}</#if>
<#if condItem.getParamValue?? && condItem.getParamValue()??>paramValue:"${condItem.getParamValue()}",</#if>
<#if condItem.getParamType?? && condItem.getParamType()??>paramType:"${condItem.getParamType()}",</#if>
<#if condItem.isNotMode?? && condItem.isNotMode()??>isNotMode:${condItem.isNotMode()?c},</#if>
<#if condItem.getRegExCode?? && condItem.getRegExCode()??>RegExCode:${condItem.getRegExCode()},</#if>
},
</#list>
</#if>],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册