提交 80975ede 编写于 作者: Shine-zwj's avatar Shine-zwj

update:更新

上级 7440bd14
......@@ -12,6 +12,9 @@ import UIService from '@/uiservice/ui-service';
</#ibizinclude>
<#ibizinclude>
../../@MACRO/PANEL.ftl
</#ibizinclude>
<#ibizinclude>
../../@VIEW/@MACRO/VIEW_LAYOUTPANEL/VIEW_LAYOUTPANEL_UIACTION/VIEW_LAYOUTPANEL_UIACTION.ftl
</#ibizinclude>
/**
* 接口实现
......@@ -115,7 +118,6 @@ import UIService from '@/uiservice/ui-service';
</#list>
</#if>
];</@compress>
<#assign panelItems = ctrl.getAllPSPanelItems() />
<#assign type='ITEMLAYOUT' />
<#assign item=ctrl />
......@@ -261,14 +263,11 @@ import UIService from '@/uiservice/ui-service';
}
}
<#if ctrl.getAllPSPanelItems()??>
<#assign panelItems = ctrl.getAllPSPanelItems() />
<#assign item = ctrl />
<@panelDynamicLogic panelItems item />
<#assign panelItems = ctrl.getAllPSPanelItems() />
<@handleButtonClick panelItems item />
</#if>
<#if ctrl.getPSUIActions?? && ctrl.getPSUIActions()??>
<#list ctrl.getPSUIActions() as uiAction>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册