提交 55d99a06 编写于 作者: KK's avatar KK

模板报错 --fix

上级 3a07a90d
...@@ -29,12 +29,11 @@ import ${srfclassname('${appCounter.getCodeName()}')}CounterService from '@/ap ...@@ -29,12 +29,11 @@ import ${srfclassname('${appCounter.getCodeName()}')}CounterService from '@/ap
<#assign created_block> <#assign created_block>
this.getLocalStorage(); this.getLocalStorage();
</#assign> </#assign>
<#assign counterRefs = ''/>
<#if view.getAllPSControls?? && view.getAllPSControls()??> <#if view.getAllPSControls?? && view.getAllPSControls()??>
<#list view.getAllPSControls() as ctrl> <#list view.getAllPSControls() as ctrl>
<#if ctrl.getControlType?? && ctrl.getControlType()?? && ctrl.getControlType() == 'TABVIEWPANEL'> <#if ctrl.getControlType?? && ctrl.getControlType()?? && ctrl.getControlType() == 'TABVIEWPANEL'>
<#if ctrl.getPSSysCounterRef?? && ctrl.getPSSysCounterRef()??> <#if ctrl.getPSSysCounterRef?? && ctrl.getPSSysCounterRef()??>
<#assign counterRefs = ''/>
<#if ctrl.getPSSysCounterRef().getPSAppCounter()??> <#if ctrl.getPSSysCounterRef().getPSAppCounter()??>
<#assign appCounter = ctrl.getPSSysCounterRef().getPSAppCounter()/> <#assign appCounter = ctrl.getPSSysCounterRef().getPSAppCounter()/>
<#if !P.exists("importService", ctrl.getPSSysCounterRef().getPSAppCounter().getPSAppDataEntity().getId(), "")> <#if !P.exists("importService", ctrl.getPSSysCounterRef().getPSAppCounter().getPSAppDataEntity().getId(), "")>
...@@ -62,6 +61,7 @@ this.getLocalStorage(); ...@@ -62,6 +61,7 @@ this.getLocalStorage();
*/ */
protected counterServiceArray:Array<any> = [${counterRefs}]; protected counterServiceArray:Array<any> = [${counterRefs}];
/** /**
* 被激活的分页面板 * 被激活的分页面板
* *
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册