From b025ed00f0677bc1106fd9bfabc60fceb0513fb4 Mon Sep 17 00:00:00 2001 From: lihongyu <504404568@qq.com> Date: Mon, 1 Aug 2022 03:14:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=B6=E6=9E=84=E8=A7=86=E5=9B=BE=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E8=8E=B7=E5=8F=96sid?= 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 0b68d99a..a546b27d 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) { //已经进行过权限判断,不需要再判断