提交 268bd9bd 编写于 作者: tony001's avatar tony001

修改菜单点击逻辑

上级 475ba24e
......@@ -49,11 +49,12 @@ 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(path && path.indexOf("?") === -1){
<#noparse>this.$router.push(`${path}?${new Date().getTime()}`);</#noparse>
}else{
<#noparse>this.$router.push(`${path}&${new Date().getTime()}`);</#noparse>
if(Object.is(this.$route.path,path)){
return;
}
this.$nextTick(function(){
this.$router.push(`${path}`);
})
</#if>
<#if dataview.getOpenMode() == 'POPUP'>
console.log('-----POPUP-----非模式弹出,暂时不实现');
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册