提交 8cbd4705 编写于 作者: tony001's avatar tony001

Update LOGIC.vue.ftl

上级 1dcaabb3
......@@ -49,6 +49,9 @@ public click${item.codeName}(item: any = {}) {
<#-- END:准备参数 -->
<#if dataview.getOpenMode() == 'INDEXVIEWTAB' || dataview.getOpenMode() == ''>
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.path,path)){
return;
}
this.$router.push(path);
</#if>
<#if dataview.getOpenMode() == 'POPUP'>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册