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

update

上级 eb743b3c
...@@ -315,7 +315,7 @@ GanttElastic, ...@@ -315,7 +315,7 @@ GanttElastic,
<#list ctrl.getPSDETreeNodes() as ganttItem> <#list ctrl.getPSDETreeNodes() as ganttItem>
<#if ganttItem.getPSAppDataEntity()??> <#if ganttItem.getPSAppDataEntity()??>
<#assign _appde = ganttItem.getPSAppDataEntity() /> <#assign _appde = ganttItem.getPSAppDataEntity() />
case "${_appde.getCodeName()?lower_case}": case "${ganttItem.getNodeType()}":
<#if ganttItem.getNavPSAppView()??> <#if ganttItem.getNavPSAppView()??>
<#assign editview = ganttItem.getNavPSAppView()/> <#assign editview = ganttItem.getNavPSAppView()/>
view = { view = {
...@@ -424,7 +424,7 @@ GanttElastic, ...@@ -424,7 +424,7 @@ GanttElastic,
<#assign _appde = ganttItem.getPSAppDataEntity() /> <#assign _appde = ganttItem.getPSAppDataEntity() />
case "${ganttItem.getNodeType()}": case "${ganttItem.getNodeType()}":
_context.${_appde.getCodeName()?lower_case} = data.${_appde.getCodeName()?lower_case}; _context.${_appde.getCodeName()?lower_case} = data.${_appde.getCodeName()?lower_case};
view = this.getEditView("${_appde.getCodeName()?lower_case}"); view = this.getEditView("${ganttItem.getNodeType()}");
break; break;
</#if> </#if>
</#list> </#list>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册