提交 17a5c3cd 编写于 作者: KK's avatar KK

删除冗余代码

上级 84eaaf0f
......@@ -81,11 +81,9 @@ ${backend_block}
<#if item.getPSAppDataEntity?? && item.getPSAppDataEntity()?? && item.getPSAppDEMethod?? && item.getPSAppDEMethod()??>
const curUIService: any = await this.globaluiservice.getAppEntityService('${item.getPSAppDataEntity().getCodeName()?lower_case}');
<#if item.isShowBusyIndicator()>
Loading.show();
</#if>
const response: any = await curUIService.${item.getPSAppDEMethod().getCodeName()}(_context, _params);
<#if item.isShowBusyIndicator()>
Loading.hidden();
</#if>
if (response && response.status === 200) {
<#if item.getSuccessMsg?? && item.getSuccessMsg()??>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册