左侧流程树打开文件方法调整
This commit is contained in:
parent
26770c9f6f
commit
e1bb125fc3
@ -365,7 +365,8 @@
|
||||
},
|
||||
openNode(obj, node, tree) {// 打开一只模型文件
|
||||
if(obj.folder==false){
|
||||
window.open(node.data.url, '_blank'); //在新窗口显示目标网页
|
||||
// window.open(node.data.url, '_blank'); //在新窗口显示目标网页
|
||||
openDesigner(this.$store.getters.getTeamIdFn, node.data.id, this.$store.state.sessionId);
|
||||
}else{
|
||||
this.closeCreatePopover();
|
||||
this.openRepositoryList(node.data.currId);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user