提交 176c4613 编写于 作者: KK's avatar KK

逻辑判断调整

上级 17c8d59d
...@@ -137,7 +137,7 @@ ${backend_block} ...@@ -137,7 +137,7 @@ ${backend_block}
this.notice.error('模型异常,应用实体方法不存在'); this.notice.error('模型异常,应用实体方法不存在');
</#if> </#if>
}; };
<#if item.getFrontPSAppView()??> <#if item.getFrontPSAppView?? && item.getFrontPSAppView()??>
<@outPutViewInfo dataview/> <@outPutViewInfo dataview/>
<#assign frontview = item.getFrontPSAppView()> <#assign frontview = item.getFrontPSAppView()>
<#-- 抽屉打开 --> <#-- 抽屉打开 -->
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* @memberof <#if item.getPSWFVersion?? && item.getPSWFVersion()??>${srfclassname('${item.getPSWFVersion().getCodeName()}')}WFUIService<#else>${srfclassname('${item.getPSAppDataEntity().getCodeName()}')}UIService</#if> * @memberof <#if item.getPSWFVersion?? && item.getPSWFVersion()??>${srfclassname('${item.getPSWFVersion().getCodeName()}')}WFUIService<#else>${srfclassname('${item.getPSAppDataEntity().getCodeName()}')}UIService</#if>
*/ */
public async ${item.getFullCodeName()}(args: any[],context: any ={}, params?: any, $event?: any, xData?: any,actionContext?: any){ public async ${item.getFullCodeName()}(args: any[],context: any ={}, params?: any, $event?: any, xData?: any,actionContext?: any){
<#if item.getFrontPSAppView()??> <#if item.getFrontPSAppView?? && item.getFrontPSAppView()??>
<#assign dataview = item.getFrontPSAppView()> <#assign dataview = item.getFrontPSAppView()>
let data: any = {}; let data: any = {};
<#-- 是否先保存目标数据start --> <#-- 是否先保存目标数据start -->
......
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
}); });
</#if> </#if>
}; };
<#if item.getFrontPSAppView()??> <#if item.getFrontPSAppView?? && item.getFrontPSAppView()??>
<#assign frontview = item.getFrontPSAppView()> <#assign frontview = item.getFrontPSAppView()>
<#if frontview.getOpenMode()?index_of('DRAWER') == 0> <#if frontview.getOpenMode()?index_of('DRAWER') == 0>
const view: any = { const view: any = {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册