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

Update LOGIC.tsx.ftl

上级 f0812d67
......@@ -16,11 +16,11 @@
<#-- 批量添加 -->
<#if viewlogic.getBatchAddPSAppViews?? && viewlogic.getBatchAddPSAppViews()??>
<#assign batchAddPSAppViews = viewlogic.getBatchAddPSAppViews()/>
const batchAddPSAppViews=[
<#list batchAddPSAppViews as batchAddPSAppView>
<#if batchAddPSAppView_index == 0>
<#assign batchappView = batchAddPSAppView />
</#if>
${srffilepath2(batchappView.getCodeName())}<#if batchAddPSAppView_has_next>,</#if>
</#list>
]
</#if>
const data: any = {};
if (args && args.length > 0 && args[0].srfsourcekey) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册