提交 5722dbb4 编写于 作者: Shine-zwj's avatar Shine-zwj

修复表单数据对象报错

上级 c3335e88
......@@ -242,7 +242,7 @@ import { Environment } from '@/environments/environment';
*/
public data: any = {
<#list ctrl.getAllPSDEFormDetails() as item>
<#if item.getDetailType()?? && (item.getDetailType() == "FORMITEM" || item.getDetailType() == "FORMPART")>
<#if item.getDetailType?? && item.getDetailType()?? && (item.getDetailType() == "FORMITEM" || item.getDetailType() == "FORMPART")>
${item.getName()}: null,
</#if>
</#list>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册