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

Update LOGIC.tsx.ftl

上级 3218d7c8
......@@ -16,6 +16,11 @@
<#-- 打开模态 -->
<#if viewlogic.getBatchAddPSAppViews?? && viewlogic.getBatchAddPSAppViews()??>
<#assign batchAddPSAppViews = viewlogic.getBatchAddPSAppViews()/>
<#list batchAddPSAppViews as batchAddPSAppView>
<#if batchAddPSAppView_index == 0>
<#assign batchappView = batchAddPSAppView />
</#if>
</#list>
</#if>
const _this: any = this;
if (_this.srfparentdata) {
......@@ -34,7 +39,7 @@
});
}
const view: any = {
viewname: '${srffilepath2(${batchAddPSAppViews[0].getCodeName()})}',
viewname: '${srffilepath2(batchappView.getCodeName())}',
height: ${dataview.getHeight()?c},
width: ${dataview.getWidth()?c},
title: '${dataview.title}',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册