提交 dda1a6b8 编写于 作者: JunZai's avatar JunZai

update

上级 ed0df17b
...@@ -310,8 +310,10 @@ GanttElastic, ...@@ -310,8 +310,10 @@ GanttElastic,
<#if ganttItem.getPSAppDataEntity()??> <#if ganttItem.getPSAppDataEntity()??>
<#assign _appde = ganttItem.getPSAppDataEntity() /> <#assign _appde = ganttItem.getPSAppDataEntity() />
case "${ganttItem.getNodeType()}": case "${ganttItem.getNodeType()}":
<#if ganttItem.getNavPSAppView()??> <#if ganttItem.getPSAppViewRefs()??>
<#assign editview = ganttItem.getNavPSAppView()/> <#list ganttItem.getPSAppViewRefs() as viewref>
<#if viewref.getName() == "EDITDATA" && viewref.getRefPSAppView()??>
<#assign editview = viewref.getRefPSAppView()/>
view = { view = {
viewname: '${srffilepath2(editview.getCodeName())}', viewname: '${srffilepath2(editview.getCodeName())}',
height: ${editview.getHeight()?c}, height: ${editview.getHeight()?c},
...@@ -343,6 +345,8 @@ GanttElastic, ...@@ -343,6 +345,8 @@ GanttElastic,
],<#lt> ],<#lt>
}; };
</#if> </#if>
</#list>
</#if>
break; break;
</#if> </#if>
</#list> </#list>
...@@ -401,15 +405,6 @@ GanttElastic, ...@@ -401,15 +405,6 @@ GanttElastic,
this.load(); this.load();
} }
<#if ctrl.getPSAppViewLogics()??>
<#list ctrl.getPSAppViewLogics() as logic>
<#if logic.getLogicTrigger() == "CUSTOM" || logic.getLogicTrigger() == "CTRLEVENT">
${P.getLogicCode(logic, "LOGIC.vue").code}
</#if>
</#list>
</#if>
/** /**
* 点击事件 * 点击事件
* *
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册