From 0aaa9e68166d27a4006e20f724d16221b3e22459 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Fri, 22 Jul 2022 11:11:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9E=B6=E6=9E=84=E8=A7=86?= =?UTF-8?q?=E5=9B=BE=E9=93=BE=E6=8E=A5=E7=82=B9=E5=87=BB=E6=97=B6=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E4=B8=8D=E5=88=B0sid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/designer/extend/js/designer.extend.link.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { //已经进行过权限判断,不需要再判断