左侧流程树打开文件方法调整

This commit is contained in:
anhc 2022-07-14 14:55:38 +08:00
parent 26770c9f6f
commit e1bb125fc3

View File

@ -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);