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

LOGIC-----后台界面行为获取实体对象异常

上级 58535ad6
......@@ -79,7 +79,7 @@ ${backend_block}
</#if>
const backend = async () => {
<#if item.getPSAppDataEntity?? && item.getPSAppDataEntity()?? && item.getPSAppDEMethod?? && item.getPSAppDEMethod()??>
const curUIService: any = await this.globaluiservice.getService('${item.getPSAppDataEntity().getCodeName()?lower_case}_ui_action');
const curUIService: any = await this.globaluiservice.getAppEntityService('${item.getPSAppDataEntity().getCodeName()?lower_case}');
<#if item.isShowBusyIndicator()>
Loading.show();
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册