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

Update LOGIC.tsx.ftl

上级 5301bc10
...@@ -22,6 +22,10 @@ ...@@ -22,6 +22,10 @@
</#if> </#if>
</#list> </#list>
</#if> </#if>
const data: any = {};
if (args && args.length > 0 && args[0].srfsourcekey) {
Object.assign(data, { srfsourcekey: args[0].srfsourcekey })
}
const _this: any = this; const _this: any = this;
if (_this.srfparentdata) { if (_this.srfparentdata) {
Object.assign(data, { srfparentdata: _this.srfparentdata }); Object.assign(data, { srfparentdata: _this.srfparentdata });
...@@ -45,7 +49,6 @@ ...@@ -45,7 +49,6 @@
title: '${batchappView.title}', title: '${batchappView.title}',
}; };
openPopupModal(view, data); openPopupModal(view, data);
this.$Notice.warning({ title: '错误', desc: '支持批添加未实现' });
<#elseif viewlogic.isBatchAddOnly()> <#elseif viewlogic.isBatchAddOnly()>
this.$Notice.warning({ title: '错误', desc: '只支持批添加未实现' }); this.$Notice.warning({ title: '错误', desc: '只支持批添加未实现' });
<#elseif viewlogic.getNewDataPSAppView()??> <#elseif viewlogic.getNewDataPSAppView()??>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册