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

修复编辑视图打开其他视图返回时工具栏仍然时打开状态 --fix2

上级 bdd7573b
...@@ -42,6 +42,14 @@ ...@@ -42,6 +42,14 @@
return toolBarVisable; return toolBarVisable;
} }
/**
* 工具栏分组是否显示的条件
*
* @type {boolean}
* @memberof ${srfclassname('${view.name}')}
*/
public showGrop = false;
/** /**
* 工具栏分组是否显示的方法 * 工具栏分组是否显示的方法
* *
......
...@@ -111,7 +111,12 @@ ...@@ -111,7 +111,12 @@
* @memberof ${srfclassname('${view.name}')}Base * @memberof ${srfclassname('${view.name}')}Base
*/ */
public activated() { public activated() {
<#if activated_block??>${activated_block}</#if><#t> <#if view.hasPSControl('toolbar')>
<#assign temp_toolbar = view.getPSControl('toolbar')>
<#if temp_toolbar.getToolbarStyle() == 'MOBBOTTOMMENU'>
this.popUpGroup();
</#if>
</#if>
this.thirdPartyInit(); this.thirdPartyInit();
} }
...@@ -329,14 +334,6 @@ ${P.getLogicCode(logic, "LOGIC.vue").code} ...@@ -329,14 +334,6 @@ ${P.getLogicCode(logic, "LOGIC.vue").code}
} }
} }
/**
* 工具栏分组是否显示的条件
*
* @type {boolean}
* @memberof ${srfclassname('${view.name}')}
*/
public showGrop = false;
<#-- 视图独立定义的内容start --> <#-- 视图独立定义的内容start -->
<#if self_content??> <#if self_content??>
${self_content} ${self_content}
......
...@@ -20,9 +20,6 @@ ...@@ -20,9 +20,6 @@
} }
} }
</#assign> </#assign>
<#assign activated_block>
this.popUpGroup();
</#assign>
<#ibizinclude> <#ibizinclude>
../@MACRO/LAYOUTPANEL_VIEW.template.ftl ../@MACRO/LAYOUTPANEL_VIEW.template.ftl
</#ibizinclude> </#ibizinclude>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册