From e9b0147be89a389cbe1bf11cdfb81ada8b7a9596 Mon Sep 17 00:00:00 2001 From: zhaol <15900249928@163.com> Date: Tue, 6 May 2025 10:50:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=94=AF=E6=8C=81=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E3=80=81=E7=BB=A9=E6=95=88=E6=A8=A1=E5=9E=8B=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=B5=8F=E8=A7=88=E5=99=A8id=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/coe.pal.processlevel.create.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 bd24801c..82822813 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 @@ -1387,8 +1387,9 @@ function openRelationDialog(obj, callback) { dlgButton.eq(i).hide(); } } + var browserId = (Math.random() + new Date().getTime()).toString(16).replace(".", ""); window.open("./w?uuid=" + msg.data.uuid + "&teamId="+getteamId - + "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&sid=" + encodeURIComponent($('#sid').val())); + + "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&browserId="+browserId+"&sid=" + encodeURIComponent($('#sid').val())); } } @@ -1511,8 +1512,9 @@ function openRelationDialog(obj, callback) { dlgButton.eq(i).hide(); } } + var browserId = (Math.random() + new Date().getTime()).toString(16).replace(".", ""); window.open("./w?uuid=" + msg.data.uuid + "&teamId="+getteamId - + "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&sid=" + encodeURIComponent($('#sid').val())); + + "&cmd=com.actionsoft.apps.coe.pal_pl_repository_designer&browserId="+browserId+"&sid=" + encodeURIComponent($('#sid').val())); } }