提交 d5ab4c47 编写于 作者: Mosher's avatar Mosher

update:更新

上级 507b891d
...@@ -77,6 +77,14 @@ export default class <#if ctrl.getPSAppDataEntity()??>${srfclassname('${ctrl.get ...@@ -77,6 +77,14 @@ export default class <#if ctrl.getPSAppDataEntity()??>${srfclassname('${ctrl.get
*/ */
@Prop() public viewparams!: any; @Prop() public viewparams!: any;
/**
* 视图操作参数
*
* @type {*}
* @memberof ${srfclassname('${ctrl.codeName}')}Base
*/
@Prop() public viewCtx!: any;
/** /**
* 视图状态事件 * 视图状态事件
* *
......
...@@ -504,9 +504,9 @@ ...@@ -504,9 +504,9 @@
</#list> </#list>
</#if> </#if>
<#if !hasLogic> <#if !hasLogic>
<@ibizindent blank=0> <@ibizindent blank=0>
${afterMountedBlock} ${afterMountedBlock}
</@ibizindent> </@ibizindent>
</#if> </#if>
</#if> </#if>
} }
...@@ -674,9 +674,9 @@ ${P.getLogicCode(uiAction, "LOGIC.vue").code} ...@@ -674,9 +674,9 @@ ${P.getLogicCode(uiAction, "LOGIC.vue").code}
</#list> </#list>
</#if> </#if>
<#if !hasLogic> <#if !hasLogic>
<@ibizindent blank=0> <@ibizindent blank=0>
${afterDestroyedBlock} ${afterDestroyedBlock}
</@ibizindent> </@ibizindent>
</#if> </#if>
} }
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册