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

Update LOGIC.tsx.ftl

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