diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js index 6969d304..7403d9c1 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js @@ -495,6 +495,7 @@ function openLinkUrl(type, url, target, uuid, obj) { } function openLinkUrlRewrite(type, url, target, uuid, obj, fileName, inspected) { + var sid = $("#sid").val(); if (target == "0") { target = $(obj).attr("target"); } @@ -508,7 +509,7 @@ function openLinkUrlRewrite(type, url, target, uuid, obj, fileName, inspected) { } window.location.href = url; } else { - window.open(url, target); + window.open(url+sid, target); } } else { if (inspected) { //已经进行过权限判断,不需要再判断