From 2e1e35d2d881ee8c0bec988a87b120c00aa420e6 Mon Sep 17 00:00:00 2001 From: yujh_java Date: Wed, 18 Jun 2025 09:06:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A5=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E4=B8=BA=E5=87=86=EF=BC=8C=E6=8F=90=E4=BA=A4=E4=B8=80=E6=AC=A1?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E3=80=82=E5=B9=B6=E8=A1=A5=E5=85=85=E5=A4=9A?= =?UTF-8?q?=E7=AA=97=E5=8F=A3=E6=89=93=E5=BC=80=E5=9C=BA=E6=99=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/coe.pal.processlevel.create.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js index 82822813..debb226b 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js @@ -1388,7 +1388,7 @@ function openRelationDialog(obj, callback) { } } var browserId = (Math.random() + new Date().getTime()).toString(16).replace(".", ""); - window.open("./w?uuid=" + msg.data.uuid + "&teamId="+getteamId + window.open("./w?uuid=" + msg.data.uuid + "&teamId=" + getteamId + "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&browserId="+browserId+"&sid=" + encodeURIComponent($('#sid').val())); }