提交 9a4a31cd 编写于 作者: tony001's avatar tony001

调整 新建、编辑预置逻辑

上级 7b935516
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
<#if appUILogicRefView_index == 0><#assign curUILogicRefView = appUILogicRefView /></#if> <#if appUILogicRefView_index == 0><#assign curUILogicRefView = appUILogicRefView /></#if>
</#list> </#list>
</#if> </#if>
let localContext:any = <@getNavigateContext curUILogicRefView />; let localContext:any = <#if curUILogicRefView.getPSNavigateContexts?? && curUILogicRefView.getPSNavigateContexts()??><@getNavigateContext curUILogicRefView /><#else>null</#if>;
let localViewParam:any = <@getNavigateParams curUILogicRefView />; let localViewParam:any =<#if curUILogicRefView.getPSNavigateParams?? && curUILogicRefView.getPSNavigateParams()??><@getNavigateParams curUILogicRefView /><#else>null</#if>;
<#if viewlogic.isEnableWizardAdd()> <#if viewlogic.isEnableWizardAdd()>
this.$Notice.warning({ title: '错误', desc: '向导添加未实现' }); this.$Notice.warning({ title: '错误', desc: '向导添加未实现' });
<#elseif viewlogic.isEnableBatchAdd()> <#elseif viewlogic.isEnableBatchAdd()>
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
<#if appUILogicRefView_index == 0><#assign curUILogicRefView = appUILogicRefView /></#if> <#if appUILogicRefView_index == 0><#assign curUILogicRefView = appUILogicRefView /></#if>
</#list> </#list>
</#if> </#if>
let localContext:any = <@getNavigateContext curUILogicRefView />; let localContext:any = <#if curUILogicRefView.getPSNavigateContexts?? && curUILogicRefView.getPSNavigateContexts()??><@getNavigateContext curUILogicRefView /><#else>null</#if>;
let localViewParam:any = <@getNavigateParams curUILogicRefView />; let localViewParam:any =<#if curUILogicRefView.getPSNavigateParams?? && curUILogicRefView.getPSNavigateParams()??><@getNavigateParams curUILogicRefView /><#else>null</#if>;
<#if viewlogic.getOpenDataPSAppView()??> <#if viewlogic.getOpenDataPSAppView()??>
<#assign dataview = viewlogic.getOpenDataPSAppView()/> <#assign dataview = viewlogic.getOpenDataPSAppView()/>
const data: any = {}; const data: any = {};
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册