提交 3218d7c8 编写于 作者: zcdtk's avatar zcdtk

Merge branch 'dev' of http://demo.ibizlab.cn/vue_v2/vue_r6 into dev

......@@ -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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册