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

update:更新

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