...
|
...
|
@@ -237,10 +237,8 @@ global.openCmdbAssets = (resTypeId, resId, proxy) => { |
|
|
if (res && res.success) {
|
|
|
let obj = res.object;
|
|
|
let cmdVal = obj.cmdbValue;
|
|
|
|
|
|
let url = `${preUrl}/#/CI/configuration-item/detail?objId=${cmdVal}&id=${resId}`
|
|
|
|
|
|
//window.open(url, "_blank", `left=100,fullscreen,toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, width=${width}, height=${height}`);
|
|
|
//let url = `${preUrl}/#/CI/configuration-item/detail?objId=${cmdVal}&ciId=${resId}`
|
|
|
let url = `${preUrl}/#/CI/configuration-item/detail/${resId}/${cmdVal}`
|
|
|
global.openBlankWindow(url, "80%", "90%");
|
|
|
} else {
|
|
|
proxy.$global.showMsg('没有查询到关联数据,请配置!', "error");
|
...
|
...
|
|