From 30ae2de3be96541656e7c8e62d789afa6f16c8fd Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Thu, 18 Aug 2022 10:57:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=93=BE=E6=8E=A5=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0teamid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com.actionsoft.apps.coe.pal/js/coe.pal.designer.shapes.js | 2 +- .../lib/designer/extend/js/designer.extend.link.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.designer.shapes.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.designer.shapes.js index 2d23654e..f0a5823d 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.designer.shapes.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.designer.shapes.js @@ -427,7 +427,7 @@ function writeRelationListHtml() { $("#relationShapes").empty(); var html = ""; for (var i = 0; i < relationShapeList.length; i++) { - var url="./w?uuid=" + relationShapeList[i].relationFileId+"&teamId" + var url="./w?uuid=" + relationShapeList[i].relationFileId+"&teamId="+parent.$("#teamId").val() + "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&sid=" + encodeURIComponent($('#sid').val()) var relationShapeText = relationShapeList[i].relationShapeText; relationShapeText = relationShapeText.replace("<", "<").replace(">", ">").replace("\"", """); 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 300f7390..19387384 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 @@ -3445,7 +3445,6 @@ function getRelevanceAwsOrgNameByShapeId(objIds, shapeId) { // 形状关联弹窗 function openRelationDig(obj,value) { - debugger; var shapeRelationValue = $("input[objid_shapeId='" + $(obj).attr("objid") + "']").val(); var ref = $("input[objid_shapeId='" + $(obj).attr("objid") + "']").attr("ref"); // shape file shapeAndFile var relationShapeIds = '';