...
|
...
|
@@ -49,7 +49,8 @@ export default { |
|
|
proxy.$global.openDetail(e.data.data.resId, e.data.data.resType, proxy);
|
|
|
}else if(e.data.type=='topology'){
|
|
|
//子页面点击拓扑图标进入拓扑页面
|
|
|
let resId = data.data.resId;
|
|
|
//lsq 拓扑跳转,少一个e. 2022-06-13
|
|
|
let resId = e.data.data.resId;
|
|
|
if(!resId){
|
|
|
// 针对业务的跳转
|
|
|
let busId = e.data.data.busId;
|
...
|
...
|
|