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

Update LOGIC.tsx.ftl

上级 7c93e344
......@@ -14,7 +14,9 @@
this.$Notice.warning({ title: '错误', desc: '向导添加未实现' });
<#elseif viewlogic.isEnableBatchAdd()>
<#-- 打开模态 -->
<#assign dataview = viewlogic.getNewDataPSAppView()/>
<#if viewlogic.getBatchAddPSAppViews?? && viewlogic.getBatchAddPSAppViews()??>
<#assign batchAddPSAppViews = viewlogic.getBatchAddPSAppViews()/>
</#if>
const _this: any = this;
if (_this.srfparentdata) {
Object.assign(data, { srfparentdata: _this.srfparentdata });
......@@ -32,7 +34,7 @@
});
}
const view: any = {
viewname: '${srffilepath2(dataview.getCodeName())}',
viewname: '${srffilepath2('${batchAddPSAppViews[0].getCodeName()}')}',
height: ${dataview.getHeight()?c},
width: ${dataview.getWidth()?c},
title: '${dataview.title}',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册